diff options
Diffstat (limited to 'dev-python/roman/roman-2.0.0.ebuild')
-rw-r--r-- | dev-python/roman/roman-2.0.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/roman/roman-2.0.0.ebuild b/dev-python/roman/roman-2.0.0.ebuild index 355a44916938..853f55239f80 100644 --- a/dev-python/roman/roman-2.0.0.ebuild +++ b/dev-python/roman/roman-2.0.0.ebuild @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy ) inherit distutils-r1 DESCRIPTION="An Integer to Roman numerals converter" -HOMEPAGE="https://pypi.python.org/pypi/roman/" +HOMEPAGE="https://pypi.org/project/roman/" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip" LICENSE="PSF-2" |