diff options
author | David Seifert <soap@gentoo.org> | 2020-02-08 19:53:13 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2020-02-08 19:53:13 +0100 |
commit | f3602170cec145a35f97c6fbf7608b3b9fca4486 (patch) | |
tree | 54b96bc7eb9934a3d74a21b5887eb54fbf76d5c8 /dev-php/maxmind-db-reader | |
parent | dev-php/doctrine-instantiator: [QA] Fix VariableInHomepage (diff) | |
download | gentoo-f3602170cec145a35f97c6fbf7608b3b9fca4486.tar.gz gentoo-f3602170cec145a35f97c6fbf7608b3b9fca4486.tar.bz2 gentoo-f3602170cec145a35f97c6fbf7608b3b9fca4486.zip |
dev-php/maxmind-db-reader: [QA] Fix VariableInHomepage
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-php/maxmind-db-reader')
-rw-r--r-- | dev-php/maxmind-db-reader/maxmind-db-reader-1.4.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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" |