mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: guile-next: Use codeberg git repository.
Fetch code from the more reliable and faster repository at codeberg.org. modified: gnu/packages/guile.scm Change-Id: I9340e22abadf80931019acd566a8f4e9701988c0 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
8a69897b7e
commit
abc35bae81
1 changed files with 1 additions and 1 deletions
|
@ -502,7 +502,7 @@ without requiring the source code to be rewritten.")
|
|||
;; The main goal here is to allow for '--with-branch'.
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://git.savannah.gnu.org/git/guile.git")
|
||||
(url "https://codeberg.org/guile/guile.git")
|
||||
(commit commit)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue