From: Michael Mair-Keimberger Date: Sat, 17 Mar 2018 15:47:06 +0000 (+0100) Subject: dev-python/zope-configuration: use HTTPS X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=c2e9e81d84052cdacea7f4508c70d36e49ecbeac;p=gentoo.git dev-python/zope-configuration: use HTTPS Closes: https://github.com/gentoo/gentoo/pull/7487 --- diff --git a/dev-python/zope-configuration/zope-configuration-4.1.0.ebuild b/dev-python/zope-configuration/zope-configuration-4.1.0.ebuild index 9b2acc4b23b2..028b2f248c34 100644 --- a/dev-python/zope-configuration/zope-configuration-4.1.0.ebuild +++ b/dev-python/zope-configuration/zope-configuration-4.1.0.ebuild @@ -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"