diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-03-17 16:47:06 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-03-17 22:41:40 +0100 |
commit | c2e9e81d84052cdacea7f4508c70d36e49ecbeac (patch) | |
tree | 5b9e8fc7da13ee0caeb41fb057297705e18cb914 /dev-python/zope-configuration | |
parent | dev-python/zope-component: use HTTPS (diff) | |
download | gentoo-c2e9e81d84052cdacea7f4508c70d36e49ecbeac.tar.gz gentoo-c2e9e81d84052cdacea7f4508c70d36e49ecbeac.tar.bz2 gentoo-c2e9e81d84052cdacea7f4508c70d36e49ecbeac.zip |
dev-python/zope-configuration: use HTTPS
Closes: https://github.com/gentoo/gentoo/pull/7487
Diffstat (limited to 'dev-python/zope-configuration')
-rw-r--r-- | dev-python/zope-configuration/zope-configuration-4.1.0.ebuild | 5 |
1 files 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 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" |