From: Michael Mair-Keimberger Date: Sun, 26 May 2019 09:01:11 +0000 (+0200) Subject: dev-libs/log4shib: fix SRC_URI X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=780cec55b313471886ceeffd33151bf32f2f3b5a;p=gentoo.git dev-libs/log4shib: fix SRC_URI Signed-off-by: Michael Mair-Keimberger Signed-off-by: Aaron Bauman --- diff --git a/dev-libs/log4shib/log4shib-1.0.4.ebuild b/dev-libs/log4shib/log4shib-1.0.4.ebuild index 6e744c15a904..bc6707fe0f40 100644 --- a/dev-libs/log4shib/log4shib-1.0.4.ebuild +++ b/dev-libs/log4shib/log4shib-1.0.4.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="4" DESCRIPTION="Internet2 version for OpenSAML of log4cpp logging framework" HOMEPAGE="https://wiki.shibboleth.net/confluence/display/OpenSAML/log4shib" -SRC_URI="http://shibboleth.internet2.edu/downloads/${PN}/${PV}/${P}.tar.gz" +SRC_URI="https://shibboleth.net/downloads/${PN}/${PV}/${P}.tar.gz" KEYWORDS="~amd64 ~x86" LICENSE="LGPL-2.1"