me
/
guix
Archived
1
0
Fork 0

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

* guix/gnu-maintenance.scm (html-updatable-package?): Remove "gforge.inria.fr".
master
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
1 changed files with 1 additions and 2 deletions

View File

@ -785,8 +785,7 @@ GNOME packages; EMMS is included though, because its releases are on gnu.org."
;; 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")))