dev-python/pyparted: Update URIs

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2020-11-07 10:06:49 +01:00
parent 1bca9eddea
commit ee08edf663
2 changed files with 3 additions and 3 deletions

View File

@@ -6,6 +6,6 @@
<name>Michał Górny</name>
</maintainer>
<upstream>
<remote-id type="github">rhinstaller/pyparted</remote-id>
<remote-id type="github">dcantrell/pyparted</remote-id>
</upstream>
</pkgmetadata>

View File

@@ -6,8 +6,8 @@ PYTHON_COMPAT=( python3_{6,7,8} )
inherit distutils-r1
DESCRIPTION="Python bindings for sys-block/parted"
HOMEPAGE="https://github.com/rhinstaller/pyparted/"
SRC_URI="https://github.com/rhinstaller/pyparted/archive/v${PV}.tar.gz -> ${P}.tar.gz"
HOMEPAGE="https://github.com/dcantrell/pyparted/"
SRC_URI="https://github.com/dcantrell/pyparted/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-2+"
SLOT="0"