about summary refs log tree commit diff
path: root/pkgs/by-name/nd/ndstrim/package.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/by-name/nd/ndstrim/package.nix')
-rw-r--r--pkgs/by-name/nd/ndstrim/package.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/by-name/nd/ndstrim/package.nix b/pkgs/by-name/nd/ndstrim/package.nix
index 403bd831a76b4..edf35039388a9 100644
--- a/pkgs/by-name/nd/ndstrim/package.nix
+++ b/pkgs/by-name/nd/ndstrim/package.nix
@@ -42,6 +42,7 @@ rustPlatform.buildRustPackage rec {
   meta = with lib; {
     description = "Trim the excess padding found in Nintendo DS(i) ROMs";
     homepage = "https://github.com/Nemris/ndstrim";
+    changelog = "https://github.com/Nemris/ndstrim/blob/${src.rev}/CHANGELOG.md";
     license = licenses.mit;
     platforms = platforms.unix;
     maintainers = with maintainers; [ thiagokokada ];