dev-python/pymountboot: update HOMEPAGE

Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
This commit is contained in:
Michael Mair-Keimberger 2023-03-06 18:12:24 +01:00 committed by Arthur Zamarin
parent 47ac9a3042
commit ad680fe0bf
No known key found for this signature in database
GPG Key ID: 02A0AF503D120504
2 changed files with 4 additions and 4 deletions

View File

@ -10,7 +10,7 @@
<email>mgorny@gentoo.org</email>
<name>Michał Górny</name>
</maintainer>
<bugs-to>https://github.com/mgorny/pymountboot/issues/</bugs-to>
<remote-id type="github">mgorny/pymountboot</remote-id>
<bugs-to>https://github.com/projg2/pymountboot/issues/</bugs-to>
<remote-id type="github">projg2/pymountboot</remote-id>
</upstream>
</pkgmetadata>

View File

@ -9,9 +9,9 @@ PYTHON_COMPAT=( python3_{9..11} )
inherit distutils-r1
DESCRIPTION="Python extension module to (re)mount /boot"
HOMEPAGE="https://github.com/mgorny/pymountboot/"
HOMEPAGE="https://github.com/projg2/pymountboot/"
SRC_URI="
https://github.com/mgorny/pymountboot/archive/v${PV}.tar.gz
https://github.com/projg2/pymountboot/archive/v${PV}.tar.gz
-> ${P}.tar.gz"
LICENSE="BSD"