diff options
Diffstat (limited to 'dev-python/pretend/pretend-1.0.8.ebuild')
-rw-r--r-- | dev-python/pretend/pretend-1.0.8.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pretend/pretend-1.0.8.ebuild b/dev-python/pretend/pretend-1.0.8.ebuild index fe04756ba482..1c7b67cf6ef3 100644 --- a/dev-python/pretend/pretend-1.0.8.ebuild +++ b/dev-python/pretend/pretend-1.0.8.ebuild @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 ) inherit distutils-r1 DESCRIPTION="A library for stubbing in Python" -HOMEPAGE="https://github.com/alex/pretend/ https://pypi.python.org/pypi/pretend/" +HOMEPAGE="https://github.com/alex/pretend/ https://pypi.org/project/pretend/" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" |