diff options
Diffstat (limited to 'dev-python/virtualenv/virtualenv-13.1.0.ebuild')
-rw-r--r-- | dev-python/virtualenv/virtualenv-13.1.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/virtualenv/virtualenv-13.1.0.ebuild b/dev-python/virtualenv/virtualenv-13.1.0.ebuild index bf26c2810f5e..dcf3173c001d 100644 --- a/dev-python/virtualenv/virtualenv-13.1.0.ebuild +++ b/dev-python/virtualenv/virtualenv-13.1.0.ebuild @@ -9,7 +9,7 @@ PYTHON_COMPAT=( python2_7 python3_{3,4} pypy pypy3 ) inherit distutils-r1 DESCRIPTION="Virtual Python Environment builder" -HOMEPAGE="http://www.virtualenv.org/ http://pypi.python.org/pypi/virtualenv https://github.com/pypa/virtualenv/" +HOMEPAGE="http://www.virtualenv.org/ https://pypi.python.org/pypi/virtualenv https://github.com/pypa/virtualenv/" SRC_URI="https://github.com/pypa/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" |