dev-python/zope-configuration: use HTTPS
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>
Sat, 17 Mar 2018 15:47:06 +0000 (16:47 +0100)
committerMichał Górny <mgorny@gentoo.org>
Sat, 17 Mar 2018 21:41:40 +0000 (22:41 +0100)
Closes: https://github.com/gentoo/gentoo/pull/7487

dev-python/zope-configuration/zope-configuration-4.1.0.ebuild

index 9b2acc4b23b2fad3f896e868a3494d872a3c2584..028b2f248c349172dc27ddb37e9162a8b3f6e784 100644 (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"