diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2019-05-07 19:33:01 +0200 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2019-05-07 23:22:30 -0500 |
commit | 45252015b7fdfcb25e0c0769212ab49facb151df (patch) | |
tree | a3d8b589fbaf4ddc8b3a7952b77e7f7651da95ab /dev-python | |
parent | dev-python/os-client-config: use HTTPS (diff) | |
download | gentoo-45252015b7fdfcb25e0c0769212ab49facb151df.tar.gz gentoo-45252015b7fdfcb25e0c0769212ab49facb151df.tar.bz2 gentoo-45252015b7fdfcb25e0c0769212ab49facb151df.zip |
dev-python/oslo-sphinx: 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')
-rw-r--r-- | dev-python/oslo-sphinx/oslo-sphinx-4.18.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/oslo-sphinx/oslo-sphinx-4.18.0.ebuild b/dev-python/oslo-sphinx/oslo-sphinx-4.18.0.ebuild index 787d64927c67..1e6a98810f1e 100644 --- a/dev-python/oslo-sphinx/oslo-sphinx-4.18.0.ebuild +++ b/dev-python/oslo-sphinx/oslo-sphinx-4.18.0.ebuild @@ -10,7 +10,7 @@ inherit distutils-r1 MY_PN="${PN//-/}" DESCRIPTION="OpenStack Sphinx Extensions and Theme" -HOMEPAGE="http://www.openstack.org/" +HOMEPAGE="https://www.openstack.org/" SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz" LICENSE="Apache-2.0" |