mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
00116a2d69
commit
563911266d
1 changed files with 2 additions and 2 deletions
|
@ -6981,7 +6981,7 @@ or @code{LuaBind} but for Scheme.")
|
|||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://inqlab.net/git/guile-cbor.git")
|
||||
(url "https://codeberg.org/pukkamustard/guile-cbor/")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(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
|
||||
binary which is smaller and faster to generate and parse. This package provides
|
||||
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+)))
|
||||
|
||||
(define-public guile-qr-code
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue