Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-calculators/hcalc/
Date: Sun, 15 Sep 2019 17:17:39
Message-Id: 1568567435.e39eedce3a06b70bf99aa8e149c392c608e4e889.mgorny@gentoo
1 commit: e39eedce3a06b70bf99aa8e149c392c608e4e889
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 15 17:10:35 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 15 17:10:35 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e39eedce
7
8 sci-calculators/hcalc: Inline mirror://github
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 sci-calculators/hcalc/hcalc-1.2-r1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/sci-calculators/hcalc/hcalc-1.2-r1.ebuild b/sci-calculators/hcalc/hcalc-1.2-r1.ebuild
16 index c9572b8317b..bbd0de3fcfa 100644
17 --- a/sci-calculators/hcalc/hcalc-1.2-r1.ebuild
18 +++ b/sci-calculators/hcalc/hcalc-1.2-r1.ebuild
19 @@ -7,7 +7,7 @@ inherit cmake-utils
20
21 DESCRIPTION="DJ's Hex Calculator"
22 HOMEPAGE="http://www.delorie.com/store/hcalc/ https://github.com/jlec/hcalc"
23 -SRC_URI="mirror://github/jlec/hcalc/${P}.tar.xz"
24 +SRC_URI="https://github.com/downloads/jlec/hcalc/${P}.tar.xz"
25
26 LICENSE="GPL-2"
27 SLOT="0"