python310Packages.pypykatz: add changelog to meta

This commit is contained in:
Fabian Affolter
2022-11-28 20:01:48 +01:00
parent c0be9e4c71
commit 19b9e5d658
@@ -43,6 +43,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Mimikatz implementation in Python";
homepage = "https://github.com/skelsec/pypykatz";
changelog = "https://github.com/skelsec/pypykatz/releases/tag/${version}";
license = with licenses; [ mit ];
maintainers = with maintainers; [ fab ];
};