dev-python/args: update github link

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
This commit is contained in:
Michael Mair-Keimberger
2020-07-04 09:16:18 +02:00
committed by Joonas Niilola
parent 62274aeccc
commit 875615c16e
2 changed files with 2 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python3_{6,7,8} )
inherit distutils-r1
DESCRIPTION="Command Arguments for Humans"
HOMEPAGE="https://github.com/kennethreitz/args"
HOMEPAGE="https://github.com/kennethreitz-archive/args"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"

View File

@@ -4,6 +4,6 @@
<!--maintainer-needed-->
<upstream>
<remote-id type="pypi">args</remote-id>
<remote-id type="github">kennethreitz/args</remote-id>
<remote-id type="github">kennethreitz-archive/args</remote-id>
</upstream>
</pkgmetadata>