dev-python/zope-configuration: use HTTPS

Closes: https://github.com/gentoo/gentoo/pull/7487
This commit is contained in:
Michael Mair-Keimberger
2018-03-17 16:47:06 +01:00
committed by Michał Górny
parent 49f8ba84ca
commit c2e9e81d84

View File

@@ -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
@@ -9,7 +9,8 @@ MY_PN=zope.configuration
MY_P=${MY_PN}-${PV}
DESCRIPTION="Zope Configuration Architecture"
HOMEPAGE="https://github.com/zopefoundation/zope.configuration http://docs.zope.org/zope.configuration/"
HOMEPAGE="https://github.com/zopefoundation/zope.configuration
https://docs.zope.org/zope.configuration/"
SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
LICENSE="ZPL"