From dee1607ccced1e05fe9c3121e1893832e4c09667 Mon Sep 17 00:00:00 2001 From: Defelo Date: Thu, 22 May 2025 23:28:38 +0200 Subject: [PATCH] tokei: add meta.changelog --- pkgs/by-name/to/tokei/package.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/by-name/to/tokei/package.nix b/pkgs/by-name/to/tokei/package.nix index f9991f01e485..932a7a616274 100644 --- a/pkgs/by-name/to/tokei/package.nix +++ b/pkgs/by-name/to/tokei/package.nix @@ -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