From ee08edf6632d9678a18f586769bcdfb9f64e38b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sat, 7 Nov 2020 10:06:49 +0100 Subject: [PATCH] dev-python/pyparted: Update URIs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/pyparted/metadata.xml | 2 +- dev-python/pyparted/pyparted-3.11.6.ebuild | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-python/pyparted/metadata.xml b/dev-python/pyparted/metadata.xml index 13b62c64a7599..00fd17201ac7c 100644 --- a/dev-python/pyparted/metadata.xml +++ b/dev-python/pyparted/metadata.xml @@ -6,6 +6,6 @@ Michał Górny - rhinstaller/pyparted + dcantrell/pyparted diff --git a/dev-python/pyparted/pyparted-3.11.6.ebuild b/dev-python/pyparted/pyparted-3.11.6.ebuild index 4f6bdef24634f..6227ef7f6e0af 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"