diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-04-27 15:31:30 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-04-29 09:35:20 +0200 |
commit | 969da317d5d344c296d89b233a6c2e3404e947be (patch) | |
tree | d4affdcdf0500ae844caac81bbd530193fbfbe38 /dev-python | |
parent | dev-python/flask-mail: use HTTPS (diff) | |
download | gentoo-969da317d5d344c296d89b233a6c2e3404e947be.tar.gz gentoo-969da317d5d344c296d89b233a6c2e3404e947be.tar.bz2 gentoo-969da317d5d344c296d89b233a6c2e3404e947be.zip |
dev-python/flask-security: use HTTPS
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/flask-security/flask-security-1.7.5-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/flask-security/flask-security-1.7.5-r1.ebuild b/dev-python/flask-security/flask-security-1.7.5-r1.ebuild index 58d88290bf8b..f2c5d90059c3 100644 --- a/dev-python/flask-security/flask-security-1.7.5-r1.ebuild +++ b/dev-python/flask-security/flask-security-1.7.5-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -10,7 +10,7 @@ MY_PN="Flask-Security" MY_P="${MY_PN}-${PV}" DESCRIPTION="Simple security for Flask apps" -HOMEPAGE="http://pythonhosted.org/Flask-Security/ https://pypi.org/project/Flask-Security/" +HOMEPAGE="https://pythonhosted.org/Flask-Security/ https://pypi.org/project/Flask-Security/" SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz" LICENSE="MIT" |