quark-engine: add changelog to meta

This commit is contained in:
Fabian Affolter 2022-12-29 16:11:06 +01:00 committed by GitHub
parent 3a38b6b342
commit 8e6d35ff34
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 ];
};