diff options
author | Zhu Zihao <all_but_last@163.com> | 2025-06-27 23:19:04 +0800 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-06-30 08:19:53 +0100 |
commit | 2d0c34e9733aa11d141449196bc337160150bc5f (patch) | |
tree | eb2557be5f1d685a883ae2a89a9868cb14af6c6f /gnu/packages/guile-xyz.scm | |
parent | e501f194b5b686af1488cd10dfe692583fadbd04 (diff) |
gnu: guile-srfi-128: Change package URL to Codeberg.
* gnu/packages/guile-xyz.scm (guile-srfi-128): Change package URL to their new location on Codeberg.
[home-page]: Ditto.
Change-Id: I505d41b03419a74e121e7f2a8ab5566d30210694
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages/guile-xyz.scm')
-rw-r--r-- | gnu/packages/guile-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm index 6e8136e2d4..1d0b028d89 100644 --- a/gnu/packages/guile-xyz.scm +++ b/gnu/packages/guile-xyz.scm @@ -4478,7 +4478,7 @@ parameters, which define* and lambda* special forms") (origin (method git-fetch) (uri (git-reference - (url "https://inqlab.net/git/guile-srfi-128.git") + (url "https://codeberg.org/pukkamustard/guile-srfi-128.git") (commit (string-append "v" version)))) (sha256 (base32 @@ -4487,7 +4487,7 @@ parameters, which define* and lambda* special forms") (build-system guile-build-system) (native-inputs (list guile-3.0)) - (home-page "https://inqlab.net/git/guile-srfi-128.git") + (home-page "https://codeberg.org/pukkamustard/guile-srfi-128") (synopsis "SRFI 128 Comparators (reduced) port for Guile") (description "This package provides an implementation of SRFI 128 for Guile. |