diff options
author | 2020-01-06 02:35:45 +0100 | |
---|---|---|
committer | 2020-01-06 02:36:02 +0100 | |
commit | 8d64b9bea008657e275bb57be3d95cc6a7cfd1ff (patch) | |
tree | 9b9186383bc38c32710227da66100fc121f241af /dev-php/PEAR-XML_Util/PEAR-XML_Util-1.4.3.ebuild | |
parent | net-analyzer/netdata: Cleanup old versions (diff) | |
download | gentoo-8d64b9bea008657e275bb57be3d95cc6a7cfd1ff.tar.gz gentoo-8d64b9bea008657e275bb57be3d95cc6a7cfd1ff.tar.bz2 gentoo-8d64b9bea008657e275bb57be3d95cc6a7cfd1ff.zip |
dev-php/PEAR-XML_Util: fix HOMEPAGE
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'dev-php/PEAR-XML_Util/PEAR-XML_Util-1.4.3.ebuild')
-rw-r--r-- | dev-php/PEAR-XML_Util/PEAR-XML_Util-1.4.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-php/PEAR-XML_Util/PEAR-XML_Util-1.4.3.ebuild b/dev-php/PEAR-XML_Util/PEAR-XML_Util-1.4.3.ebuild index 486a208666c5..5cbcfd31b559 100644 --- a/dev-php/PEAR-XML_Util/PEAR-XML_Util-1.4.3.ebuild +++ b/dev-php/PEAR-XML_Util/PEAR-XML_Util-1.4.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" @@ -7,7 +7,7 @@ MY_PN="${PN/PEAR-/}" MY_P="${MY_PN}-${PV}" DESCRIPTION="XML utility class" -HOMEPAGE="https://pear.php.net/package/${MY_PN}" +HOMEPAGE="https://pear.php.net/package/XML_Util" SRC_URI="https://pear.php.net/get/${MY_P}.tgz" LICENSE="BSD" SLOT="0" |