dev-python/python-keystoneclient: use HTTPS
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>
Tue, 7 May 2019 17:34:05 +0000 (19:34 +0200)
committerMatthew Thode <prometheanfire@gentoo.org>
Wed, 8 May 2019 04:22:34 +0000 (23:22 -0500)
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
dev-python/python-keystoneclient/python-keystoneclient-3.15.0.ebuild
dev-python/python-keystoneclient/python-keystoneclient-3.17.0.ebuild
dev-python/python-keystoneclient/python-keystoneclient-3.19.0.ebuild

index fe92af8ab21a5db431614c31c6c138afdc8b5710..05e5bcbe791272d91ab7fb2fe50f1c1497f396db 100644 (file)
@@ -7,7 +7,7 @@ PYTHON_COMPAT=( python2_7 python3_{5,6} )
 inherit distutils-r1
 
 DESCRIPTION="Client Library for OpenStack Identity"
-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"
index 37580b9fff90aa54ebbc1e558efa59c13b2f77d0..fcbd969d6a54d6e58692a796321ac06df0a499a5 100644 (file)
@@ -7,7 +7,7 @@ PYTHON_COMPAT=( python2_7 python3_{5,6} )
 inherit distutils-r1
 
 DESCRIPTION="Client Library for OpenStack Identity"
-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"
index f9d2535f537df26dd3105e1a20c8a48ed8ee2503..ba975e3c0cf3b353bdba8b026ca9f6148b3dbf14 100644 (file)
@@ -7,7 +7,7 @@ PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
 inherit distutils-r1
 
 DESCRIPTION="Client Library for OpenStack Identity"
-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"