diff options
Diffstat (limited to 'dev-python/fudge/fudge-1.1.0.ebuild')
-rw-r--r-- | dev-python/fudge/fudge-1.1.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/fudge/fudge-1.1.0.ebuild b/dev-python/fudge/fudge-1.1.0.ebuild index e65488058147..ce249786eef2 100644 --- a/dev-python/fudge/fudge-1.1.0.ebuild +++ b/dev-python/fudge/fudge-1.1.0.ebuild @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy ) inherit distutils-r1 DESCRIPTION="Replace real objects with fakes (mocks, stubs, etc) while testing" -HOMEPAGE="http://farmdev.com/projects/fudge/ https://pypi.python.org/pypi/fudge" +HOMEPAGE="http://farmdev.com/projects/fudge/ https://pypi.org/project/fudge" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" |