diff options
Diffstat (limited to 'dev-python/3to2/3to2-1.0.ebuild')
-rw-r--r-- | dev-python/3to2/3to2-1.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/3to2/3to2-1.0.ebuild b/dev-python/3to2/3to2-1.0.ebuild index 20208263e15b..136427d7f168 100644 --- a/dev-python/3to2/3to2-1.0.ebuild +++ b/dev-python/3to2/3to2-1.0.ebuild @@ -8,7 +8,7 @@ PYTHON_COMPAT=(python2_7) inherit distutils-r1 DESCRIPTION="Refactors valid 3.x syntax into valid 2.x syntax, if a syntactical conversion is possible" -HOMEPAGE="http://pypi.python.org/pypi/3to2" +HOMEPAGE="https://pypi.python.org/pypi/3to2" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="Apache-1.1" |