guix_mirror_bot pushed a commit to branch master
in repository guix.

commit abc35bae811ca9a5f5619bf3a4ed419affbe342a
Author: Martin Schitter <m...@mur.at>
AuthorDate: Thu Sep 25 13:21:17 2025 +0000

    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 <l...@gnu.org>
---
 gnu/packages/guile.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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

Reply via email to