diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2019-05-26 11:01:11 +0200 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2019-05-29 00:09:42 -0400 |
commit | 780cec55b313471886ceeffd33151bf32f2f3b5a (patch) | |
tree | 91d4de38210cedc52492be82178b69dbca06547c /dev-libs/log4shib | |
parent | dev-lang/jsonnet: use HTTPS (diff) | |
download | gentoo-780cec55b313471886ceeffd33151bf32f2f3b5a.tar.gz gentoo-780cec55b313471886ceeffd33151bf32f2f3b5a.tar.bz2 gentoo-780cec55b313471886ceeffd33151bf32f2f3b5a.zip |
dev-libs/log4shib: fix SRC_URI
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'dev-libs/log4shib')
-rw-r--r-- | dev-libs/log4shib/log4shib-1.0.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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" |