From: Michael Mair-Keimberger Date: Tue, 7 May 2019 17:33:28 +0000 (+0200) Subject: dev-python/python-heatclient: use HTTPS X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=18153cf9c9e5b070fb0c59f7146a64519d379130;p=gentoo.git dev-python/python-heatclient: use HTTPS Signed-off-by: Michael Mair-Keimberger Signed-off-by: Matthew Thode --- 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"