From d169a28b20657245ef4dd33f37013f9f6415c44e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Fri, 11 Dec 2020 12:45:59 +0100 Subject: [PATCH] dev-python/oslo-rootwrap: Fix HOMEPAGE MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/oslo-rootwrap/oslo-rootwrap-6.2.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/oslo-rootwrap/oslo-rootwrap-6.2.0.ebuild b/dev-python/oslo-rootwrap/oslo-rootwrap-6.2.0.ebuild index 5f1b470af9edc..9c2d8066199e3 100644 --- a/dev-python/oslo-rootwrap/oslo-rootwrap-6.2.0.ebuild +++ b/dev-python/oslo-rootwrap/oslo-rootwrap-6.2.0.ebuild @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python3_{7,8} ) inherit distutils-r1 DESCRIPTION="Allows fine filtering of shell commands to run as root from OpenStack services" -HOMEPAGE="https://pypi.org/project/oslo.config/" +HOMEPAGE="https://pypi.org/project/oslo.rootwrap/" SRC_URI="mirror://pypi/${PN:0:1}/oslo.rootwrap/oslo.rootwrap-${PV}.tar.gz" S="${WORKDIR}/oslo.rootwrap-${PV}"