diff options
author | Michael Orlitzky <mjo@gentoo.org> | 2024-11-20 19:11:11 -0500 |
---|---|---|
committer | Michael Orlitzky <mjo@gentoo.org> | 2024-11-23 09:05:45 -0500 |
commit | f18d8a0ee40873f88e80f63c7699004802c97ae5 (patch) | |
tree | 01d419077be7bb47f80e4798215487196a9180de /eclass | |
parent | sci-mathematics/gap: add 4.14.0_beta1 (diff) | |
download | gentoo-f18d8a0ee40873f88e80f63c7699004802c97ae5.tar.gz gentoo-f18d8a0ee40873f88e80f63c7699004802c97ae5.tar.bz2 gentoo-f18d8a0ee40873f88e80f63c7699004802c97ae5.zip |
gap-pkg.eclass: update HOMEPAGE template
The GAP website is redirecting these, and we might save them the trouble
of doing so.
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/gap-pkg.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/gap-pkg.eclass b/eclass/gap-pkg.eclass index 70a8ed9f7607..9efeb2e8f9b9 100644 --- a/eclass/gap-pkg.eclass +++ b/eclass/gap-pkg.eclass @@ -55,7 +55,7 @@ inherit estack # Some packages have additional homepages, but pretty much every GAP # package can be found at this URL. -HOMEPAGE="https://www.gap-system.org/Packages/${PN}.html" +HOMEPAGE="https://www.gap-system.org/packages/#${PN}" # _GAP_PKG_IS_REQUIRED is an internal variable that indicates whether or # not $PN is one of the four "required" GAP packages that are always |