diff options
-rw-r--r-- | dev-python/tox/tox-2.7.0.ebuild | 2 | ||||
-rw-r--r-- | dev-python/tox/tox-2.8.1.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/tox/tox-2.7.0.ebuild b/dev-python/tox/tox-2.7.0.ebuild index 9fa76bafad4a..26a675934766 100644 --- a/dev-python/tox/tox-2.7.0.ebuild +++ b/dev-python/tox/tox-2.7.0.ebuild @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python{2_7,3_{4,5,6}} pypy ) inherit distutils-r1 DESCRIPTION="virtualenv-based automation of test activities" -HOMEPAGE="http://tox.testrun.org" +HOMEPAGE="https://tox.readthedocs.io/" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" diff --git a/dev-python/tox/tox-2.8.1.ebuild b/dev-python/tox/tox-2.8.1.ebuild index c0177a22c3f1..7e3ffc9322bc 100644 --- a/dev-python/tox/tox-2.8.1.ebuild +++ b/dev-python/tox/tox-2.8.1.ebuild @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python{2_7,3_{4,5,6}} pypy ) inherit distutils-r1 DESCRIPTION="virtualenv-based automation of test activities" -HOMEPAGE="http://tox.testrun.org" +HOMEPAGE="https://tox.readthedocs.io/" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" |