From 09c5bb16d8c34bfe3f84dbab7f02c04825adcbeb Mon Sep 17 00:00:00 2001 From: Defelo Date: Thu, 22 May 2025 23:26:20 +0200 Subject: [PATCH] tokei: improve meta.description --- pkgs/by-name/to/tokei/package.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/by-name/to/tokei/package.nix b/pkgs/by-name/to/tokei/package.nix index 7021d548e472..f9991f01e485 100644 --- a/pkgs/by-name/to/tokei/package.nix +++ b/pkgs/by-name/to/tokei/package.nix @@ -29,9 +29,9 @@ rustPlatform.buildRustPackage (finalAttrs: { buildFeatures = [ "all" ]; meta = { - description = "Program that allows you to count your code, quickly"; + description = "Count your code, quickly"; longDescription = '' - Tokei is a program that displays statistics about your code. Tokei will show number of files, total lines within those files and code, comments, and blanks grouped by language. + Tokei is a program that displays statistics about your code. Tokei will show the number of files, total lines within those files and code, comments, and blanks grouped by language. ''; homepage = "https://github.com/XAMPPRocky/tokei"; license = with lib.licenses; [