dev-python/pylibacl: use HTTPS
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>
Sat, 17 Mar 2018 08:54:58 +0000 (09:54 +0100)
committerMichał Górny <mgorny@gentoo.org>
Sat, 17 Mar 2018 10:51:00 +0000 (11:51 +0100)
dev-python/pylibacl/pylibacl-0.5.0-r1.ebuild

index 3adbe818e9f71a11515eee39208e3ee76e444380..7b3a397ff32a18f3fdfb087909ecde375d002584 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=5
@@ -8,7 +8,8 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5} )
 inherit distutils-r1
 
 DESCRIPTION="POSIX ACLs (Access Control Lists) for Python"
-HOMEPAGE="http://pylibacl.k1024.org/ https://pypi.python.org/pypi/pylibacl"
+HOMEPAGE="https://pylibacl.k1024.org/
+       https://pypi.python.org/pypi/pylibacl"
 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 
 LICENSE="LGPL-2.1"