tokei: improve meta.description

This commit is contained in:
Defelo
2025-05-22 23:42:13 +02:00
parent 5d6cb0e410
commit 09c5bb16d8
+2 -2
View File
@@ -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; [