diff options
Diffstat (limited to 'eclass/gap-pkg.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 |