gnu-maintenance: Remove retired 'gforge.inria.fr' site.

* guix/gnu-maintenance.scm (html-updatable-package?): Remove "gforge.inria.fr".
This commit is contained in:
Maxim Cournoyer 2022-10-02 19:30:45 -04:00
parent aeaabc4253
commit 9945f9419d
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -785,8 +785,7 @@ (define html-updatable-package?
;; Return true if the given package may be handled by the generic HTML
;; updater.
(let ((hosting-sites '("github.com" "github.io" "gitlab.com"
"notabug.org" "sr.ht"
"gforge.inria.fr" "gitlab.inria.fr"
"notabug.org" "sr.ht" "gitlab.inria.fr"
"ftp.gnu.org" "download.savannah.gnu.org"
"pypi.org" "crates.io" "rubygems.org"
"bioconductor.org")))