mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu-maintenance: Remove retired 'gforge.inria.fr' site.
* guix/gnu-maintenance.scm (html-updatable-package?): Remove "gforge.inria.fr".
This commit is contained in:
parent
aeaabc4253
commit
9945f9419d
1 changed files with 1 additions and 2 deletions
|
@ -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")))
|
||||
|
|
Loading…
Reference in a new issue