diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-03-17 09:42:10 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-03-17 11:50:55 +0100 |
commit | bc1e1ea4453eabb29be1440daffba713ea02f756 (patch) | |
tree | fb48473e2df7d93b960d3ae841100e21b37ecaec /dev-python/locustio | |
parent | dev-python/flexx: use HTTPS, sync HOMEPAGES (diff) | |
download | gentoo-bc1e1ea4453eabb29be1440daffba713ea02f756.tar.gz gentoo-bc1e1ea4453eabb29be1440daffba713ea02f756.tar.bz2 gentoo-bc1e1ea4453eabb29be1440daffba713ea02f756.zip |
dev-python/locustio: use HTTPS
Diffstat (limited to 'dev-python/locustio')
-rw-r--r-- | dev-python/locustio/locustio-0.7.3-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/locustio/locustio-0.7.3-r1.ebuild b/dev-python/locustio/locustio-0.7.3-r1.ebuild index 4196e40e6d3b..1e3ed7aa9e30 100644 --- a/dev-python/locustio/locustio-0.7.3-r1.ebuild +++ b/dev-python/locustio/locustio-0.7.3-r1.ebuild @@ -7,7 +7,7 @@ PYTHON_COMPAT=(python2_7) inherit distutils-r1 DESCRIPTION="A python utility for doing easy, distributed load testing of a web site" -HOMEPAGE="http://locust.io/" +HOMEPAGE="https://locust.io/" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" |