commit: c2e9e81d84052cdacea7f4508c70d36e49ecbeac Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com> AuthorDate: Sat Mar 17 15:47:06 2018 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sat Mar 17 21:41:40 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2e9e81d
dev-python/zope-configuration: use HTTPS Closes: https://github.com/gentoo/gentoo/pull/7487 dev-python/zope-configuration/zope-configuration-4.1.0.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 9b2acc4b23b..028b2f248c3 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"
