Skip to content

Commit

Permalink
app-crypt/hmaccalc: fix HOMEPAGE and SRC_URI
Browse files Browse the repository at this point in the history
Closes: gentoo#7151
  • Loading branch information
mm1ke authored and alonbl committed Feb 10, 2018
1 parent 5ba559a commit 7ce6f2b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app-crypt/hmaccalc/hmaccalc-0.9.14.ebuild
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 7ce6f2b

Please sign in to comment.