commit: 39853d3dc74a0911e8a9656475df0c109f144030 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com> AuthorDate: Wed Aug 30 18:56:36 2017 +0000 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org> CommitDate: Fri Oct 27 23:06:43 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39853d3d
www-apache/mod_nss: fix HOMEPAGE, SRC_URI. www-apache/mod_nss/mod_nss-1.0.12-r1.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/www-apache/mod_nss/mod_nss-1.0.12-r1.ebuild b/www-apache/mod_nss/mod_nss-1.0.12-r1.ebuild index 551b08179f3..bc7333c7cf6 100644 --- a/www-apache/mod_nss/mod_nss-1.0.12-r1.ebuild +++ b/www-apache/mod_nss/mod_nss-1.0.12-r1.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 inherit autotools apache-module eutils DESCRIPTION="SSL/TLS module for the Apache HTTP server" -HOMEPAGE="https://fedorahosted.org/mod_nss/" -SRC_URI="https://fedorahosted.org/released/mod_nss/${P}.tar.gz" +HOMEPAGE="https://pagure.io/mod_nss" +SRC_URI="https://releases.pagure.org/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0"
