diff options
author | David Seifert <soap@gentoo.org> | 2020-02-08 19:55:17 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2020-02-08 19:55:17 +0100 |
commit | c69425e13ff8039cb204a98621dce39373911464 (patch) | |
tree | b2a2d5b1b28fc5783801aba13473a9267988a099 /net-misc | |
parent | net-libs/libpcap: [QA] Fix VariableInHomepage (diff) | |
download | gentoo-c69425e13ff8039cb204a98621dce39373911464.tar.gz gentoo-c69425e13ff8039cb204a98621dce39373911464.tar.bz2 gentoo-c69425e13ff8039cb204a98621dce39373911464.zip |
net-misc/geoipupdate: [QA] Fix VariableInHomepage
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/geoipupdate/geoipupdate-4.0.3-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-misc/geoipupdate/geoipupdate-4.0.3-r1.ebuild b/net-misc/geoipupdate/geoipupdate-4.0.3-r1.ebuild index f8f05abf74d5..12bbd5889a0c 100644 --- a/net-misc/geoipupdate/geoipupdate-4.0.3-r1.ebuild +++ b/net-misc/geoipupdate/geoipupdate-4.0.3-r1.ebuild @@ -8,7 +8,7 @@ EGO_PN="github.com/maxmind/${PN}" inherit golang-vcs-snapshot DESCRIPTION="performs automatic updates of GeoIP2 and GeoIP Legacy binary databases" -HOMEPAGE="https://${EGO_PN}" +HOMEPAGE="https://github.com/maxmind/geoipupdate" SRC_URI="https://${EGO_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz https://files.adjust.com/${PN}-vendor-${PV}.tar" |