tokei: improve meta.description
This commit is contained in:
@@ -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; [
|
||||
|
||||
Reference in New Issue
Block a user