mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
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 <jgart@dismail.de>
This commit is contained in:
parent
b385d38a12
commit
78c334d59b
1 changed files with 1 additions and 1 deletions
|
|
@ -85,7 +85,7 @@
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/ziglang/zig")
|
(url "https://codeberg.org/ziglang/zig")
|
||||||
(commit commit)))
|
(commit commit)))
|
||||||
(file-name (git-file-name "zig" version))
|
(file-name (git-file-name "zig" version))
|
||||||
(sha256 (base32 hash))
|
(sha256 (base32 hash))
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue