diff options
| author | Efraim Flashner <efraim@flashner.co.il> | 2026-02-23 10:01:11 +0200 |
|---|---|---|
| committer | Efraim Flashner <efraim@flashner.co.il> | 2026-02-23 10:41:19 +0200 |
| commit | b33485859f3ec46ed0465ad86c3dad6c69c472d8 (patch) | |
| tree | 5c7ca0a4dec069e7a8d0cca672de172de311e09c /gnu | |
| parent | 3b1cba04a824ac19e0309f1061ccb57f34db3754 (diff) | |
gnu: forgejo-cli: Update URIs.
* gnu/packages/rust-apps.scm (forgejo-cli)[source]: Update URI.
[home-page]: Follow redirect.
Change-Id: I56d609974def07d04ff7b2605e7eaf33d804d88b
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/rust-apps.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/rust-apps.scm b/gnu/packages/rust-apps.scm index 90d7903871e..a32a378ac2b 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)))) |
