diff options
author | Eli Schwartz <eschwartz@gentoo.org> | 2024-09-20 16:04:53 -0400 |
---|---|---|
committer | Eli Schwartz <eschwartz@gentoo.org> | 2024-09-20 17:23:05 -0400 |
commit | 65231c4c0d702d6ffa7cd172ba3fc68ee9b9aa67 (patch) | |
tree | 2a16773d632e70266bc2a1c6d78b44189e5189f8 /dev-libs | |
parent | dev-libs/argtable: make sure elibtoolize is applied (diff) | |
download | gentoo-65231c4c0d702d6ffa7cd172ba3fc68ee9b9aa67.tar.gz gentoo-65231c4c0d702d6ffa7cd172ba3fc68ee9b9aa67.tar.bz2 gentoo-65231c4c0d702d6ffa7cd172ba3fc68ee9b9aa67.zip |
dev-libs/argtable: update HOMEPAGE for RedirectedUrl
Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/argtable/argtable-2.13-r4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/argtable/argtable-2.13-r4.ebuild b/dev-libs/argtable/argtable-2.13-r4.ebuild index 2ce65ab42cc9..0d0c246bf90d 100644 --- a/dev-libs/argtable/argtable-2.13-r4.ebuild +++ b/dev-libs/argtable/argtable-2.13-r4.ebuild @@ -9,7 +9,7 @@ MY_PV="$(ver_rs 1 '-')" MY_P=${PN}${MY_PV} DESCRIPTION="An ANSI C library for parsing GNU-style command-line options with minimal fuss" -HOMEPAGE="https://argtable.sourceforge.net" +HOMEPAGE="https://argtable.sourceforge.io" SRC_URI="https://downloads.sourceforge.net/${PN}/${MY_P}.tar.gz" S="${WORKDIR}"/${MY_P} |