diff options
Diffstat (limited to 'dev-python/ddt/ddt-1.1.1.ebuild')
-rw-r--r-- | dev-python/ddt/ddt-1.1.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/ddt/ddt-1.1.1.ebuild b/dev-python/ddt/ddt-1.1.1.ebuild index 14c9db33ad23..28b98db37142 100644 --- a/dev-python/ddt/ddt-1.1.1.ebuild +++ b/dev-python/ddt/ddt-1.1.1.ebuild @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python{2_7,3_{4,5,6}} ) inherit distutils-r1 DESCRIPTION="A library to multiply test cases" -HOMEPAGE="https://pypi.python.org/pypi/ddt https://github.com/txels/ddt" +HOMEPAGE="https://pypi.org/project/ddt https://github.com/txels/ddt" SRC_URI="mirror://pypi/d/${PN}/${P}.tar.gz" LICENSE="MIT" |