From 7ce6f2bb14c0a1fefe2a934532a660dd12007336 Mon Sep 17 00:00:00 2001 From: Michael Mair-Keimberger Date: Sat, 10 Feb 2018 18:22:27 +0100 Subject: app-crypt/hmaccalc: fix HOMEPAGE and SRC_URI Closes: https://github.com/gentoo/gentoo/pull/7151 --- app-crypt/hmaccalc/hmaccalc-0.9.14.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app-crypt/hmaccalc/hmaccalc-0.9.14.ebuild b/app-crypt/hmaccalc/hmaccalc-0.9.14.ebuild index 01eab6cdde7d..08448ab7923e 100644 --- a/app-crypt/hmaccalc/hmaccalc-0.9.14.ebuild +++ b/app-crypt/hmaccalc/hmaccalc-0.9.14.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 inherit multilib-minimal DESCRIPTION="Tools for computing and checking HMAC values for files" -HOMEPAGE="https://fedorahosted.org/hmaccalc/" -SRC_URI="https://fedorahosted.org/released/hmaccalc/hmaccalc-${PV}.tar.gz" +HOMEPAGE="https://pagure.io/hmaccalc" +SRC_URI="https://releases.pagure.org/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" -- cgit v1.2.3-65-gdbad