dev-libs/libmaxminddb: [QA] Fix HomepageInSrcUri
authorMichał Górny <mgorny@gentoo.org>
Sun, 3 Nov 2019 08:54:59 +0000 (09:54 +0100)
committerMichał Górny <mgorny@gentoo.org>
Sun, 3 Nov 2019 09:28:58 +0000 (10:28 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-libs/libmaxminddb/libmaxminddb-1.4.2.ebuild
dev-libs/libmaxminddb/libmaxminddb-99999.ebuild

index 919dcfb6bd08e735b053a3537e3c99f6edc1d61c..e33cbb9af17d9a789091912e4fb83c0d85caf2e6 100644 (file)
@@ -5,7 +5,7 @@ EAPI=7
 
 DESCRIPTION="C library for the MaxMind DB file format"
 HOMEPAGE="https://github.com/maxmind/libmaxminddb"
-SRC_URI="${HOMEPAGE}/releases/download/${PV}/${P}.tar.gz"
+SRC_URI="https://github.com/maxmind/libmaxminddb/releases/download/${PV}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0/0.0.7"
index 22ef31d409398d9538efc120e5ecb9c2c4ac6c9c..0162cffa49fd4a6daf1b16c76f795d722cd8f8c4 100644 (file)
@@ -6,7 +6,7 @@ inherit autotools git-r3
 
 DESCRIPTION="C library for the MaxMind DB file format"
 HOMEPAGE="https://github.com/maxmind/libmaxminddb"
-EGIT_REPO_URI="${HOMEPAGE}"
+EGIT_REPO_URI="https://github.com/maxmind/libmaxminddb.git"
 
 LICENSE="Apache-2.0"
 SLOT="0/0.0.7"