From: David Seifert Date: Sat, 8 Feb 2020 18:53:13 +0000 (+0100) Subject: dev-php/maxmind-db-reader: [QA] Fix VariableInHomepage X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=f3602170cec145a35f97c6fbf7608b3b9fca4486;p=gentoo.git dev-php/maxmind-db-reader: [QA] Fix VariableInHomepage Signed-off-by: David Seifert --- diff --git a/dev-php/maxmind-db-reader/maxmind-db-reader-1.4.1.ebuild b/dev-php/maxmind-db-reader/maxmind-db-reader-1.4.1.ebuild index 5663a274a2d6..bb320327c3ea 100644 --- a/dev-php/maxmind-db-reader/maxmind-db-reader-1.4.1.ebuild +++ b/dev-php/maxmind-db-reader/maxmind-db-reader-1.4.1.ebuild @@ -15,7 +15,7 @@ USE_PHP="php5-6 php7-1 php7-2 php7-3" inherit php-ext-source-r3 DESCRIPTION="PHP reader for the MaxMind database format" -HOMEPAGE="https://github.com/maxmind/${MY_PN}" +HOMEPAGE="https://github.com/maxmind/MaxMind-DB-Reader-php" SRC_URI="https://github.com/maxmind/${MY_PN}/archive/v${PV}.tar.gz -> ${MY_P}.tar.gz" LICENSE="Apache-2.0"