diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-04-27 15:34:22 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-04-29 09:35:22 +0200 |
commit | 5b9cc8a87ddba88e6f21683fb001d92c506a54b1 (patch) | |
tree | 5b5b5bc7a937de91de77aa1ce4e1e29633e1f621 | |
parent | dev-python/flask-testing: use HTTPS (diff) | |
download | gentoo-5b9cc8a87ddba88e6f21683fb001d92c506a54b1.tar.gz gentoo-5b9cc8a87ddba88e6f21683fb001d92c506a54b1.tar.bz2 gentoo-5b9cc8a87ddba88e6f21683fb001d92c506a54b1.zip |
dev-python/itsdangerous: use HTTPS
-rw-r--r-- | dev-python/itsdangerous/itsdangerous-0.24.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/itsdangerous/itsdangerous-0.24.ebuild b/dev-python/itsdangerous/itsdangerous-0.24.ebuild index f05a2c5d0ef9..3ecd7a878c58 100644 --- a/dev-python/itsdangerous/itsdangerous-0.24.ebuild +++ b/dev-python/itsdangerous/itsdangerous-0.24.ebuild @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 ) inherit distutils-r1 DESCRIPTION="Various helpers to pass trusted data to untrusted environments and back" -HOMEPAGE="http://pythonhosted.org/itsdangerous/ https://pypi.org/project/itsdangerous/" +HOMEPAGE="https://pythonhosted.org/itsdangerous/ https://pypi.org/project/itsdangerous/" SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" |