mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu-maintenance: Update Savannah release monitoring URL.
* guix/gnu-maintenance.scm (%savannah-base): Change URL and remove outdated comment. Change-Id: I03103ef2dd2cf9886f5b1eed12d70d5a298a85c1
This commit is contained in:
parent
230ad0e337
commit
36cb70d2a0
1 changed files with 3 additions and 5 deletions
|
@ -1,5 +1,5 @@
|
|||
;;; GNU Guix --- Functional package management for GNU
|
||||
;;; Copyright © 2010-2024 Ludovic Courtès <ludo@gnu.org>
|
||||
;;; Copyright © 2010-2025 Ludovic Courtès <ludo@gnu.org>
|
||||
;;; Copyright © 2012, 2013 Nikita Karetnikov <nikita@karetnikov.org>
|
||||
;;; Copyright © 2021 Simon Tournier <zimon.toutoune@gmail.com>
|
||||
;;; Copyright © 2022 Maxime Devos <maximedevos@telenet.be>
|
||||
|
@ -870,10 +870,8 @@ GNOME packages; EMMS is included though, because its releases are on gnu.org."
|
|||
(string-drop uri (string-length prefix))))))))))
|
||||
|
||||
(define %savannah-base
|
||||
;; One of the Savannah mirrors listed at
|
||||
;; <https://download.savannah.gnu.org/mirmon/savannah/> that serves valid
|
||||
;; HTML (unlike <https://download.savannah.nongnu.org/releases>.)
|
||||
"https://de.freedif.org/savannah/")
|
||||
;; Primary Savannah release page.
|
||||
"https://download.savannah.gnu.org/releases")
|
||||
|
||||
(define* (import-savannah-release package #:key version partial-version?)
|
||||
"Return the latest release of PACKAGE. Optionally include a VERSION string
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue