diff options
| author | Martin Schitter <ms@mur.at> | 2025-09-25 13:21:17 +0000 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2025-09-26 21:53:39 +0200 |
| commit | abc35bae811ca9a5f5619bf3a4ed419affbe342a (patch) | |
| tree | 7276f894cbf8c0d2e263286f911557b294eccb50 /gnu | |
| parent | 8a69897b7eb159a377f2eb3ce469df61944575d3 (diff) | |
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>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/guile.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/guile.scm b/gnu/packages/guile.scm index 773e3423f2..87a1649970 100644 --- a/gnu/packages/guile.scm +++ b/gnu/packages/guile.scm @@ -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 |
