summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZhu Zihao <all_but_last@163.com>2025-07-17 00:36:24 +0800
committerAndreas Enge <andreas@enge.fr>2025-07-19 09:04:02 +0200
commitbf2e08a05910ff5624bfa77cf0953a5341180c87 (patch)
tree10fe823bd87476d88f40aa0c4db9a825bc130f6d
parent2a9838b505b3ca154cb65f5f8f9a87ac1600b516 (diff)
gnu: guile-srfi-146: Change package URL to Codeberg.
* gnu/packages/guile-xyz.scm (guile-srfi-146)[source]: Change package URL to its new location on Codeberg. [home-page]: Ditto. Change-Id: I42da80a55ebabd174675726045596fb8553b8fb7 Signed-off-by: Andreas Enge <andreas@enge.fr>
-rw-r--r--gnu/packages/guile-xyz.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm
index aeb9118519..f7008497c2 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -4806,7 +4806,7 @@ denote the invalidity of certain code paths in a Scheme program.")
(origin
(method git-fetch)
(uri (git-reference
- (url "https://inqlab.net/git/guile-srfi-146.git")
+ (url "https://codeberg.org/pukkamustard/guile-srfi-146")
(commit (string-append "v" version))))
(sha256
(base32
@@ -4830,7 +4830,7 @@ keys and another using a hash function on the keys. The
datastructures and procedures are by default purely-functional. This
package re-uses the SRFI sample implementation that is based on
red-black trees and Hash Array Mapped Trie (HAMT).")
- (home-page "https://inqlab.net/git/guile-srfi-146.git")
+ (home-page "https://codeberg.org/pukkamustard/guile-srfi-146")
(license
(list license:lgpl3+
;; contains ISC code from the SRFI sample implementation