diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2019-05-07 19:33:28 +0200 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2019-05-07 23:22:32 -0500 |
commit | 18153cf9c9e5b070fb0c59f7146a64519d379130 (patch) | |
tree | 08d651f206692ea69a1f90e5e467c74e89cf96e2 /dev-python/python-heatclient | |
parent | dev-python/oslo-sphinx: use HTTPS (diff) | |
download | gentoo-18153cf9c9e5b070fb0c59f7146a64519d379130.tar.gz gentoo-18153cf9c9e5b070fb0c59f7146a64519d379130.tar.bz2 gentoo-18153cf9c9e5b070fb0c59f7146a64519d379130.zip |
dev-python/python-heatclient: use HTTPS
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'dev-python/python-heatclient')
3 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/python-heatclient/python-heatclient-1.11.1.ebuild b/dev-python/python-heatclient/python-heatclient-1.11.1.ebuild index a419ba4a264b..e637d965a7a6 100644 --- a/dev-python/python-heatclient/python-heatclient-1.11.1.ebuild +++ b/dev-python/python-heatclient/python-heatclient-1.11.1.ebuild @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python2_7 python3_{5,6} ) inherit distutils-r1 DESCRIPTION="OpenStack Orchestration API Client Library" -HOMEPAGE="http://www.openstack.org/" +HOMEPAGE="https://www.openstack.org/" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" diff --git a/dev-python/python-heatclient/python-heatclient-1.16.2.ebuild b/dev-python/python-heatclient/python-heatclient-1.16.2.ebuild index 705ad7bab074..275a9a5320de 100644 --- a/dev-python/python-heatclient/python-heatclient-1.16.2.ebuild +++ b/dev-python/python-heatclient/python-heatclient-1.16.2.ebuild @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python2_7 python3_{5,6} ) inherit distutils-r1 DESCRIPTION="OpenStack Orchestration API Client Library" -HOMEPAGE="http://www.openstack.org/" +HOMEPAGE="https://www.openstack.org/" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" diff --git a/dev-python/python-heatclient/python-heatclient-1.17.0.ebuild b/dev-python/python-heatclient/python-heatclient-1.17.0.ebuild index 35a1a592d823..4eb679b2abcd 100644 --- a/dev-python/python-heatclient/python-heatclient-1.17.0.ebuild +++ b/dev-python/python-heatclient/python-heatclient-1.17.0.ebuild @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python2_7 python3_{5,6,7} ) inherit distutils-r1 DESCRIPTION="OpenStack Orchestration API Client Library" -HOMEPAGE="http://www.openstack.org/" +HOMEPAGE="https://www.openstack.org/" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" |