diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-10-02 19:30:45 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-10-03 11:16:13 -0400 |
commit | 9945f9419df0f3b38f839cf40baa2732c5de8550 (patch) | |
tree | dac9a540538b7c3482f0b1fbd4d52853403e9deb /guix/gnu-maintenance.scm | |
parent | aeaabc42537821c73569f2d5f733b12c65820d67 (diff) |
gnu-maintenance: Remove retired 'gforge.inria.fr' site.
* guix/gnu-maintenance.scm (html-updatable-package?): Remove "gforge.inria.fr".
Diffstat (limited to 'guix/gnu-maintenance.scm')
-rw-r--r-- | guix/gnu-maintenance.scm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/guix/gnu-maintenance.scm b/guix/gnu-maintenance.scm index f983debcd2..10a6ec05f1 100644 --- a/guix/gnu-maintenance.scm +++ b/guix/gnu-maintenance.scm @@ -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"))) |