trueseeing: add changelog to meta

This commit is contained in:
Fabian Affolter 2023-09-09 17:01:31 +02:00 committed by GitHub
parent 2a52135488
commit d051c85290
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,7 @@ python3.pkgs.buildPythonApplication rec {
src = fetchFromGitHub {
owner = "alterakey";
repo = pname;
rev = "v${version}";
rev = "refs/tags/v${version}";
hash = "sha256-pnIn+Rqun5J3F9cgeBUBX4e9WP5fgbm+vwN3Wqh/yEc=";
};
@ -45,6 +45,7 @@ python3.pkgs.buildPythonApplication rec {
meta = with lib; {
description = "Non-decompiling Android vulnerability scanner";
homepage = "https://github.com/alterakey/trueseeing";
changelog = "https://github.com/alterakey/trueseeing/releases/tag/v${version}";
license = with licenses; [ gpl3Plus ];
maintainers = with maintainers; [ fab ];
};