This is an automated email from the git hooks/post-receive script.

guix_mirror_bot pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 78c334d59b gnu: zig-source: Update url to point to Codeberg.
78c334d59b is described below

commit 78c334d59b083e448e60b04fc0eaa453a21057f9
Author: jgart <[email protected]>
AuthorDate: Thu Dec 4 13:11:48 2025 -0600

    gnu: zig-source: Update url to point to Codeberg.
    
    * gnu/packages/zig.scm (zig-source)[origin]: Update url to point to 
Codeberg.
    
    Change-Id: I9cf3567cf6b9082e28d4e25ed4281db4be508eff
    Signed-off-by: jgart <[email protected]>
---
 gnu/packages/zig.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/zig.scm b/gnu/packages/zig.scm
index cce08a0d34..3801ac8ad5 100644
--- a/gnu/packages/zig.scm
+++ b/gnu/packages/zig.scm
@@ -85,7 +85,7 @@
   (origin
     (method git-fetch)
     (uri (git-reference
-          (url "https://github.com/ziglang/zig";)
+          (url "https://codeberg.org/ziglang/zig";)
           (commit commit)))
     (file-name (git-file-name "zig" version))
     (sha256 (base32 hash))

Reply via email to