Unverified Commit 8e6d35ff authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

quark-engine: add changelog to meta

parent 3a38b6b3
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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 ];
  };