mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: guile-sodium: Change package URL to Codeberg.
* gnu/packages/guile-xyz.scm (guile-sodium): Change package URL to their new location on Codeberg. [home-page]: Ditto. Change-Id: Ibdc2bab27e00a4d537361aef163fbb71ecfd0590 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
2d0c34e973
commit
e2b767cafd
1 changed files with 2 additions and 2 deletions
|
@ -6483,7 +6483,7 @@ JWT. Supported algorithms: HS256, HS384, HS512.")
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://inqlab.net/git/guile-sodium.git")
|
(url "https://codeberg.org/eris/guile-sodium.git")
|
||||||
(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 "189jsj87hycs57a54x0b9lifwvhr63nypb9vfxdrq7rwrpcvi5f8"))))
|
(sha256 (base32 "189jsj87hycs57a54x0b9lifwvhr63nypb9vfxdrq7rwrpcvi5f8"))))
|
||||||
|
@ -6498,7 +6498,7 @@ JWT. Supported algorithms: HS256, HS384, HS512.")
|
||||||
"This package provides Guile bindings to the libsodium cryptographic library
|
"This package provides Guile bindings to the libsodium cryptographic library
|
||||||
which provides core cryptographic primitives needed to build higher-level
|
which provides core cryptographic primitives needed to build higher-level
|
||||||
tools.")
|
tools.")
|
||||||
(home-page "https://inqlab.net/git/guile-sodium.git")
|
(home-page "https://codeberg.org/eris/guile-sodium")
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public guile-eris
|
(define-public guile-eris
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue