commit: 20c784c2117f6706e30bd80804751b2fc0a0b65c Author: Joonas Niilola <juippis <AT> gmail <DOT> com> AuthorDate: Sun Apr 15 11:02:48 2018 +0000 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org> CommitDate: Wed Apr 25 21:52:26 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20c784c2
www-apache/mod_access_dnsbl: fix HOMEPAGE. Package-Manager: Portage[mgorny]-2.3.26.1 Closes: https://github.com/gentoo/gentoo/pull/8015 www-apache/mod_access_dnsbl/mod_access_dnsbl-0.02.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www-apache/mod_access_dnsbl/mod_access_dnsbl-0.02.ebuild b/www-apache/mod_access_dnsbl/mod_access_dnsbl-0.02.ebuild index 1b09a51ceb2..4c64f55a2af 100644 --- a/www-apache/mod_access_dnsbl/mod_access_dnsbl-0.02.ebuild +++ b/www-apache/mod_access_dnsbl/mod_access_dnsbl-0.02.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -6,7 +6,7 @@ EAPI=5 inherit apache-module DESCRIPTION="Specify access controls based on DNSBL zones" -HOMEPAGE="http://www.apacheconsultancy.com/modules/${PN}/" +HOMEPAGE="http://www.apacheconsultancy.com/modules/mod_access_dnsbl/" SRC_URI="http://www.apacheconsultancy.com/modules/${PN}/${P}.tar.gz" LICENSE="Apache-2.0"