diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-04-27 19:49:50 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-04-29 09:35:18 +0200 |
commit | 7eadcbd80d3c46aaa3c4277a589552e1c75372df (patch) | |
tree | cbb4921ecfb0d31a802b3d32d2bbf9ada0693eed /dev-python/flask-restful | |
parent | dev-python/django-appconf: use HTTPS (diff) | |
download | gentoo-7eadcbd80d3c46aaa3c4277a589552e1c75372df.tar.gz gentoo-7eadcbd80d3c46aaa3c4277a589552e1c75372df.tar.bz2 gentoo-7eadcbd80d3c46aaa3c4277a589552e1c75372df.zip |
dev-python/flask-restful: use HTTPS
Diffstat (limited to 'dev-python/flask-restful')
-rw-r--r-- | dev-python/flask-restful/flask-restful-0.3.5-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-python/flask-restful/flask-restful-0.3.6.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-python/flask-restful/flask-restful-0.3.5-r1.ebuild b/dev-python/flask-restful/flask-restful-0.3.5-r1.ebuild index b9209fd71cca..d7899765610d 100644 --- a/dev-python/flask-restful/flask-restful-0.3.5-r1.ebuild +++ b/dev-python/flask-restful/flask-restful-0.3.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 @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) inherit distutils-r1 DESCRIPTION="Simple framework for creating REST APIs" -HOMEPAGE="http://flask-restful.readthedocs.org/ https://github.com/twilio/flask-restful/" +HOMEPAGE="https://flask-restful.readthedocs.io/en/latest/ https://github.com/twilio/flask-restful/" SRC_URI="https://github.com/twilio/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" diff --git a/dev-python/flask-restful/flask-restful-0.3.6.ebuild b/dev-python/flask-restful/flask-restful-0.3.6.ebuild index a55d4e3709b3..b4be50acfe91 100644 --- a/dev-python/flask-restful/flask-restful-0.3.6.ebuild +++ b/dev-python/flask-restful/flask-restful-0.3.6.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 @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) inherit distutils-r1 DESCRIPTION="Simple framework for creating REST APIs" -HOMEPAGE="http://flask-restful.readthedocs.org/ https://github.com/twilio/flask-restful/" +HOMEPAGE="https://flask-restful.readthedocs.io/en/latest/ https://github.com/twilio/flask-restful/" SRC_URI="https://github.com/twilio/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" |