diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2017-08-19 14:19:43 +0200 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2017-09-02 21:03:28 -0400 |
commit | 2c2899c2c4861c3e660d529491e4758aa5feebab (patch) | |
tree | 62a308c4d1d04b45b39e288dd62855c45559886d /dev-python/pylibacl | |
parent | dev-python/odfpy: fix HOMEPAGE (diff) | |
download | gentoo-2c2899c2c4861c3e660d529491e4758aa5feebab.tar.gz gentoo-2c2899c2c4861c3e660d529491e4758aa5feebab.tar.bz2 gentoo-2c2899c2c4861c3e660d529491e4758aa5feebab.zip |
dev-python/pylibacl: fix HOMEPAGE
Diffstat (limited to 'dev-python/pylibacl')
-rw-r--r-- | dev-python/pylibacl/pylibacl-0.5.0-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pylibacl/pylibacl-0.5.0-r1.ebuild b/dev-python/pylibacl/pylibacl-0.5.0-r1.ebuild index 246eec6b572c..3adbe818e9f7 100644 --- a/dev-python/pylibacl/pylibacl-0.5.0-r1.ebuild +++ b/dev-python/pylibacl/pylibacl-0.5.0-r1.ebuild @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5} ) inherit distutils-r1 DESCRIPTION="POSIX ACLs (Access Control Lists) for Python" -HOMEPAGE="https://sourceforge.net/projects/pylibacl/ https://pypi.python.org/pypi/pylibacl" +HOMEPAGE="http://pylibacl.k1024.org/ https://pypi.python.org/pypi/pylibacl" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="LGPL-2.1" |