From f18d8a0ee40873f88e80f63c7699004802c97ae5 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Wed, 20 Nov 2024 19:11:11 -0500 Subject: [PATCH] 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 --- eclass/gap-pkg.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/gap-pkg.eclass b/eclass/gap-pkg.eclass index 70a8ed9f76076..9efeb2e8f9b96 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