diff options
author | David Seifert <soap@gentoo.org> | 2020-02-08 19:53:57 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2020-02-08 19:53:57 +0100 |
commit | 7b4f5ee5793f72c430d232faf5422cdb8a221890 (patch) | |
tree | 47faf61f248881428400001aa44a4a21ca9e529c /dev-php/PEAR-Net_SmartIRC | |
parent | dev-php/PEAR-Net_Sieve: [QA] Fix VariableInHomepage (diff) | |
download | gentoo-7b4f5ee5793f72c430d232faf5422cdb8a221890.tar.gz gentoo-7b4f5ee5793f72c430d232faf5422cdb8a221890.tar.bz2 gentoo-7b4f5ee5793f72c430d232faf5422cdb8a221890.zip |
dev-php/PEAR-Net_SmartIRC: [QA] Fix VariableInHomepage
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-php/PEAR-Net_SmartIRC')
-rw-r--r-- | dev-php/PEAR-Net_SmartIRC/PEAR-Net_SmartIRC-1.1.10-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-php/PEAR-Net_SmartIRC/PEAR-Net_SmartIRC-1.1.10-r1.ebuild b/dev-php/PEAR-Net_SmartIRC/PEAR-Net_SmartIRC-1.1.10-r1.ebuild index 92adafc19fd1..b8fc04992e4c 100644 --- a/dev-php/PEAR-Net_SmartIRC/PEAR-Net_SmartIRC-1.1.10-r1.ebuild +++ b/dev-php/PEAR-Net_SmartIRC/PEAR-Net_SmartIRC-1.1.10-r1.ebuild @@ -6,7 +6,7 @@ EAPI=6 MY_PN="${PN/PEAR-/}" MY_P="${MY_PN}-${PV}" -HOMEPAGE="https://pear.php.net/package/${MY_PN}" +HOMEPAGE="https://pear.php.net/package/Net_SmartIRC" # The PEAR tarball is missing some docs as of v1.10.0. SRC_URI="https://github.com/pear/${MY_PN}/archive/v${PV}.tar.gz -> ${MY_P}.tar.gz" |