about summary refs log tree commit diff
path: root/pkgs/tools/security/quark-engine
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2022-12-29 16:11:06 +0100
committerGitHub <noreply@github.com>2022-12-29 16:11:06 +0100
commit8e6d35ff34a288d72af11c67c1aeadc8dc466788 (patch)
treeb14c4223a8c8f3d0bbac7d4d4d15b4b5dbf97727 /pkgs/tools/security/quark-engine
parent3a38b6b342d1e287cbec24cdf651f799d2ce4b86 (diff)
quark-engine: add changelog to meta
Diffstat (limited to 'pkgs/tools/security/quark-engine')
-rw-r--r--pkgs/tools/security/quark-engine/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/tools/security/quark-engine/default.nix b/pkgs/tools/security/quark-engine/default.nix
index 96822f2d39372..42b0864225d2a 100644
--- a/pkgs/tools/security/quark-engine/default.nix
+++ b/pkgs/tools/security/quark-engine/default.nix
@@ -45,6 +45,7 @@ python3.pkgs.buildPythonApplication rec {
   meta = with lib; {
     description = "Android malware (analysis and scoring) system";
     homepage = "https://quark-engine.readthedocs.io/";
+    changelog = "https://github.com/quark-engine/quark-engine/releases/tag/v${version}";
     license = with licenses; [ gpl3Only ];
     maintainers = with maintainers; [ fab ];
   };