about summary refs log tree commit diff
path: root/pkgs/by-name/ou/outputcheck/package.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/by-name/ou/outputcheck/package.nix')
-rw-r--r--pkgs/by-name/ou/outputcheck/package.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/by-name/ou/outputcheck/package.nix b/pkgs/by-name/ou/outputcheck/package.nix
index f9ec2fd3c2f07..b7ae0b61f27b8 100644
--- a/pkgs/by-name/ou/outputcheck/package.nix
+++ b/pkgs/by-name/ou/outputcheck/package.nix
@@ -45,6 +45,7 @@ python3.pkgs.buildPythonApplication rec {
   meta = with lib; {
     description = "Tool for checking tool output inspired by LLVM's FileCheck";
     homepage = "https://github.com/stp/OutputCheck";
+    changelog = "https://github.com/stp/OutputCheck/releases/tag/${version}";
     license = licenses.bsd3;
     maintainers = with maintainers; [ fsagbuya ];
     mainProgram = "OutputCheck";