guix_mirror_bot pushed a commit to branch master
in repository guix.
commit b33485859f3ec46ed0465ad86c3dad6c69c472d8
Author: Efraim Flashner <[email protected]>
AuthorDate: Mon Feb 23 10:01:11 2026 +0200
gnu: forgejo-cli: Update URIs.
* gnu/packages/rust-apps.scm (forgejo-cli)[source]: Update URI.
[home-page]: Follow redirect.
Change-Id: I56d609974def07d04ff7b2605e7eaf33d804d88b
---
gnu/packages/rust-apps.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/rust-apps.scm b/gnu/packages/rust-apps.scm
index 90d7903871..a32a378ac2 100644
--- a/gnu/packages/rust-apps.scm
+++ b/gnu/packages/rust-apps.scm
@@ -1259,7 +1259,7 @@ defaults for 80% of the use cases.")
(origin
(method git-fetch)
(uri (git-reference
- (url "https://codeberg.org/Cyborus/forgejo-cli")
+ (url "https://codeberg.org/forgejo-contrib/forgejo-cli/")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
@@ -1274,7 +1274,7 @@ defaults for 80% of the use cases.")
openssl
zlib
(cargo-inputs 'forgejo-cli)))
- (home-page "https://codeberg.org/Cyborus/forgejo-cli/")
+ (home-page "https://codeberg.org/forgejo-contrib/forgejo-cli/")
(synopsis "CLI tool for Forgejo")
(description "This package provides a CLI tool for Forgejo.")
(license (list license:asl2.0 license:expat))))