diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-03-17 09:54:58 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-03-17 11:51:00 +0100 |
commit | 432d40a303cf7d0f66ae6637994674d820e9a945 (patch) | |
tree | 86ee24e8152b622411eefd24751b9c5f11b47014 /dev-python/pylibacl | |
parent | dev-python/pycryptopp: use HTTPS (diff) | |
download | gentoo-432d40a303cf7d0f66ae6637994674d820e9a945.tar.gz gentoo-432d40a303cf7d0f66ae6637994674d820e9a945.tar.bz2 gentoo-432d40a303cf7d0f66ae6637994674d820e9a945.zip |
dev-python/pylibacl: use HTTPS
Diffstat (limited to 'dev-python/pylibacl')
-rw-r--r-- | dev-python/pylibacl/pylibacl-0.5.0-r1.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-python/pylibacl/pylibacl-0.5.0-r1.ebuild b/dev-python/pylibacl/pylibacl-0.5.0-r1.ebuild index 3adbe818e9f7..7b3a397ff32a 100644 --- a/dev-python/pylibacl/pylibacl-0.5.0-r1.ebuild +++ b/dev-python/pylibacl/pylibacl-0.5.0-r1.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=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" |