tokei: add meta.changelog

This commit is contained in:
Defelo
2025-05-22 23:42:13 +02:00
parent 09c5bb16d8
commit dee1607ccc
+1
View File
@@ -34,6 +34,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
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";
changelog = "https://github.com/XAMPPRocky/tokei/blob/v${finalAttrs.version}/CHANGELOG.md";
license = with lib.licenses; [
asl20 # or
mit