summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-11-07 10:06:49 +0100
committerMichał Górny <mgorny@gentoo.org>2020-11-07 10:06:49 +0100
commitee08edf6632d9678a18f586769bcdfb9f64e38b8 (patch)
tree4b18edf7e74a20e3fdb4adb977fbb926c62ac371 /dev-python/pyparted
parentdev-python/pyparted: Remove the live ebuild (diff)
downloadgentoo-ee08edf6632d9678a18f586769bcdfb9f64e38b8.tar.gz
gentoo-ee08edf6632d9678a18f586769bcdfb9f64e38b8.tar.bz2
gentoo-ee08edf6632d9678a18f586769bcdfb9f64e38b8.zip
dev-python/pyparted: Update URIs
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pyparted')
-rw-r--r--dev-python/pyparted/metadata.xml2
-rw-r--r--dev-python/pyparted/pyparted-3.11.6.ebuild4
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/pyparted/metadata.xml b/dev-python/pyparted/metadata.xml
index 13b62c64a759..00fd17201ac7 100644
--- a/dev-python/pyparted/metadata.xml
+++ b/dev-python/pyparted/metadata.xml
@@ -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>
diff --git a/dev-python/pyparted/pyparted-3.11.6.ebuild b/dev-python/pyparted/pyparted-3.11.6.ebuild
index 4f6bdef24634..6227ef7f6e0a 100644
--- a/dev-python/pyparted/pyparted-3.11.6.ebuild
+++ b/dev-python/pyparted/pyparted-3.11.6.ebuild
@@ -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"