trueseeing: with lib; cleanup

This commit is contained in:
Matteo Pacini
2024-11-06 13:41:58 +00:00
parent 4329e514c1
commit a51499706c
+3 -3
View File
@@ -44,12 +44,12 @@ python3.pkgs.buildPythonApplication rec {
"trueseeing"
];
meta = with lib; {
meta = {
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 ];
license = lib.licenses.gpl3Plus;
maintainers = [ lib.maintainers.fab ];
mainProgram = "trueseeing";
};
}