gnu: guile-cbor: Update url and homepage.

* gnu/packages/guile-xyz.scm (guile-cbor): Update url and homepage.

Change-Id: Ib6d3e640912332305fb36193e82961c0e8fa3219
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
Cayetano Santos 2025-07-18 11:01:47 +02:00 committed by Efraim Flashner
parent 00116a2d69
commit 563911266d
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -6981,7 +6981,7 @@ or @code{LuaBind} but for Scheme.")
(origin (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
(url "https://inqlab.net/git/guile-cbor.git") (url "https://codeberg.org/pukkamustard/guile-cbor/")
(commit (string-append "v" version)))) (commit (string-append "v" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (base32 "0bdqg3ifayf7m2j09lqrgdfprbdaa67azf09bcq9b4k71inxfnxl")))) (sha256 (base32 "0bdqg3ifayf7m2j09lqrgdfprbdaa67azf09bcq9b4k71inxfnxl"))))
@ -6996,7 +6996,7 @@ or @code{LuaBind} but for Scheme.")
a binary data serialization format. CBOR is similar to JSON but serializes to a binary data serialization format. CBOR is similar to JSON but serializes to
binary which is smaller and faster to generate and parse. This package provides binary which is smaller and faster to generate and parse. This package provides
a Guile implementation of CBOR.") a Guile implementation of CBOR.")
(home-page "https://inqlab.net/git/guile-cbor.git") (home-page "https://codeberg.org/pukkamustard/guile-cbor/")
(license license:gpl3+))) (license license:gpl3+)))
(define-public guile-qr-code (define-public guile-qr-code