diff options
author | David Seifert <soap@gentoo.org> | 2020-02-08 19:54:21 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2020-02-08 19:54:21 +0100 |
commit | fbccac041042e12951a6d0fe7b94e35b6dacfad6 (patch) | |
tree | a73c8f731fb7c16312a995cc264473ee16dc3912 /dev-php/PEAR-Text_Figlet | |
parent | dev-php/PEAR-System_Command: [QA] Fix VariableInHomepage (diff) | |
download | gentoo-fbccac041042e12951a6d0fe7b94e35b6dacfad6.tar.gz gentoo-fbccac041042e12951a6d0fe7b94e35b6dacfad6.tar.bz2 gentoo-fbccac041042e12951a6d0fe7b94e35b6dacfad6.zip |
dev-php/PEAR-Text_Figlet: [QA] Fix VariableInHomepage
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-php/PEAR-Text_Figlet')
-rw-r--r-- | dev-php/PEAR-Text_Figlet/PEAR-Text_Figlet-1.0.2-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-php/PEAR-Text_Figlet/PEAR-Text_Figlet-1.0.2-r1.ebuild b/dev-php/PEAR-Text_Figlet/PEAR-Text_Figlet-1.0.2-r1.ebuild index 2e7a9c7fc7e1..3fe22d40db35 100644 --- a/dev-php/PEAR-Text_Figlet/PEAR-Text_Figlet-1.0.2-r1.ebuild +++ b/dev-php/PEAR-Text_Figlet/PEAR-Text_Figlet-1.0.2-r1.ebuild @@ -7,7 +7,7 @@ MY_PN="${PN/PEAR-/}" MY_P="${MY_PN}-${PV}" DESCRIPTION="Render text using FIGlet fonts" -HOMEPAGE="https://pear.php.net/package/${MY_PN}" +HOMEPAGE="https://pear.php.net/package/Text_Figlet" SRC_URI="http://download.pear.php.net/package/${MY_P}.tgz" LICENSE="PHP-3.01 examples? ( GPL-2+ OFL-1.1 )" |