diff options
| author | Danylo Kondratiev <danylo@posteo.ie> | 2026-03-26 19:55:20 +0200 |
|---|---|---|
| committer | Efraim Flashner <efraim@flashner.co.il> | 2026-03-27 11:58:48 +0300 |
| commit | 75a807cbf759f8f1fce2ef77361ba1e06d3c1535 (patch) | |
| tree | a7ba6b039e538cc8f18a1301c0789e534e1b802d | |
| parent | 5c8bde597597cf79a9bfd673de9e5fbd3287af3c (diff) | |
gnu: tokei: Update home-page.
* gnu/packages/rust-apps.scm (tokei)[home-page]: Update to repository
url.
Change-Id: I669d6bc7febb8f2176d5c2f181e937e970e9b880
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| -rw-r--r-- | gnu/packages/rust-apps.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/rust-apps.scm b/gnu/packages/rust-apps.scm index bf791aab392..684afba942c 100644 --- a/gnu/packages/rust-apps.scm +++ b/gnu/packages/rust-apps.scm @@ -3450,7 +3450,7 @@ colorized view to stdout.") (native-inputs (list pkg-config)) (inputs (cons* libgit2-1.8 openssl zlib (cargo-inputs 'tokei))) - (home-page "https://tokei.rs") + (home-page "https://github.com/XAMPPRocky/tokei") (synopsis "Count code, quickly") (description "Tokei is a program that displays statistics about your code. Tokei will |
