diff options
| author | Zhu Zihao <all_but_last@163.com> | 2025-06-27 23:34:33 +0800 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-06-30 08:19:59 +0100 |
| commit | e2b767cafddc50b83ef3543f54d693c1c879d180 (patch) | |
| tree | cc5b141933c2b76a60e72b36d291950fd71fbc9b | |
| parent | 2d0c34e9733aa11d141449196bc337160150bc5f (diff) | |
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>
| -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 1d0b028d892..0bfab0e98f4 100644 --- a/gnu/packages/guile-xyz.scm +++ b/gnu/packages/guile-xyz.scm | |||
| @@ -6483,7 +6483,7 @@ JWT. Supported algorithms: HS256, HS384, HS512.") | |||
| 6483 | (origin | 6483 | (origin |
| 6484 | (method git-fetch) | 6484 | (method git-fetch) |
| 6485 | (uri (git-reference | 6485 | (uri (git-reference |
| 6486 | (url "https://inqlab.net/git/guile-sodium.git") | 6486 | (url "https://codeberg.org/eris/guile-sodium.git") |
| 6487 | (commit (string-append "v" version)))) | 6487 | (commit (string-append "v" version)))) |
| 6488 | (file-name (git-file-name name version)) | 6488 | (file-name (git-file-name name version)) |
| 6489 | (sha256 (base32 "189jsj87hycs57a54x0b9lifwvhr63nypb9vfxdrq7rwrpcvi5f8")))) | 6489 | (sha256 (base32 "189jsj87hycs57a54x0b9lifwvhr63nypb9vfxdrq7rwrpcvi5f8")))) |
| @@ -6498,7 +6498,7 @@ JWT. Supported algorithms: HS256, HS384, HS512.") | |||
| 6498 | "This package provides Guile bindings to the libsodium cryptographic library | 6498 | "This package provides Guile bindings to the libsodium cryptographic library |
| 6499 | which provides core cryptographic primitives needed to build higher-level | 6499 | which provides core cryptographic primitives needed to build higher-level |
| 6500 | tools.") | 6500 | tools.") |
| 6501 | (home-page "https://inqlab.net/git/guile-sodium.git") | 6501 | (home-page "https://codeberg.org/eris/guile-sodium") |
| 6502 | (license license:gpl3+))) | 6502 | (license license:gpl3+))) |
| 6503 | 6503 | ||
| 6504 | (define-public guile-eris | 6504 | (define-public guile-eris |
