summary refs log tree commit diff
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2022-11-20 19:42:05 +0100
committerGitHub <noreply@github.com>2022-11-20 19:42:05 +0100
commit2073ee4b6e962656bc3475e9fa3de71a3afc2729 (patch)
tree7aaffd85fe8ac9db0521d43aebcc2ed925265d60
parent72e8f024d81840de6219e09b78a0747df055f2a0 (diff)
appthreat-depscan: add changelog to meta
-rw-r--r--pkgs/development/tools/appthreat-depscan/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/tools/appthreat-depscan/default.nix b/pkgs/development/tools/appthreat-depscan/default.nix
index 4afac4780de4e..c4ba4b27939f0 100644
--- a/pkgs/development/tools/appthreat-depscan/default.nix
+++ b/pkgs/development/tools/appthreat-depscan/default.nix
@@ -46,6 +46,7 @@ python3.pkgs.buildPythonApplication rec {
   meta = with lib; {
     description = "Tool to audit dependencies based on known vulnerabilities and advisories";
     homepage = "https://github.com/AppThreat/dep-scan";
+    changelog = "https://github.com/AppThreat/dep-scan/releases/tag/v${version}";
     license = with licenses; [ mit ];
     maintainers = with maintainers; [ fab ];
   };