diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-04-27 15:32:46 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-04-29 09:35:21 +0200 |
commit | 8c3c99fbb6ee55b739e3ee834b96ba821a1b6bee (patch) | |
tree | 3b67b69597786c7ea494c4cbc25d4789d2ea9030 /dev-python/flask-wtf | |
parent | dev-python/flask-principal: use HTTPS (diff) | |
download | gentoo-8c3c99fbb6ee55b739e3ee834b96ba821a1b6bee.tar.gz gentoo-8c3c99fbb6ee55b739e3ee834b96ba821a1b6bee.tar.bz2 gentoo-8c3c99fbb6ee55b739e3ee834b96ba821a1b6bee.zip |
dev-python/flask-wtf: use HTTPS
Diffstat (limited to 'dev-python/flask-wtf')
-rw-r--r-- | dev-python/flask-wtf/flask-wtf-0.14.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/flask-wtf/flask-wtf-0.14.2.ebuild b/dev-python/flask-wtf/flask-wtf-0.14.2.ebuild index be26fe133f99..102f1593796b 100644 --- a/dev-python/flask-wtf/flask-wtf-0.14.2.ebuild +++ b/dev-python/flask-wtf/flask-wtf-0.14.2.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-WTF" MY_P="${MY_PN}-${PV}" DESCRIPTION="Simple integration of Flask and WTForms" -HOMEPAGE="http://pythonhosted.org/Flask-WTF/ https://pypi.org/project/Flask-WTF/" +HOMEPAGE="https://pythonhosted.org/Flask-WTF/ https://pypi.org/project/Flask-WTF/" SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz" LICENSE="BSD" |