diff options
author | David Seifert <soap@gentoo.org> | 2020-02-08 19:53:34 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2020-02-08 19:53:34 +0100 |
commit | 0a38f342a1f4f505846a668321c86095f3169be9 (patch) | |
tree | d70d5bfbddfd459046d0e2b343d19b5c141ab397 /dev-php/PEAR-File_Find | |
parent | dev-php/PEAR-File_Archive: [QA] Fix VariableInHomepage (diff) | |
download | gentoo-0a38f342a1f4f505846a668321c86095f3169be9.tar.gz gentoo-0a38f342a1f4f505846a668321c86095f3169be9.tar.bz2 gentoo-0a38f342a1f4f505846a668321c86095f3169be9.zip |
dev-php/PEAR-File_Find: [QA] Fix VariableInHomepage
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-php/PEAR-File_Find')
-rw-r--r-- | dev-php/PEAR-File_Find/PEAR-File_Find-1.3.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-php/PEAR-File_Find/PEAR-File_Find-1.3.3.ebuild b/dev-php/PEAR-File_Find/PEAR-File_Find-1.3.3.ebuild index 72c3e1fd1f34..72bb7d8266f0 100644 --- a/dev-php/PEAR-File_Find/PEAR-File_Find-1.3.3.ebuild +++ b/dev-php/PEAR-File_Find/PEAR-File_Find-1.3.3.ebuild @@ -7,7 +7,7 @@ MY_PN="${PN/PEAR-/}" MY_P="${MY_PN}-${PV}" DESCRIPTION="A class that facillitates the search of filesystems" -HOMEPAGE="https://pear.php.net/package/${MY_PN}" +HOMEPAGE="https://pear.php.net/package/File_Find" SRC_URI="http://download.pear.php.net/package/${MY_P}.tgz" LICENSE="PHP-3.01" SLOT="0" |