certipy: add changelog to meta

This commit is contained in:
Fabian Affolter 2023-02-05 10:33:44 +01:00
parent 5a6b558d00
commit bccc8d1572

View file

@ -6,11 +6,12 @@
python3.pkgs.buildPythonApplication rec {
pname = "certipy";
version = "2.0.9";
format = "setuptools";
src = fetchFromGitHub {
owner = "ly4k";
repo = "Certipy";
rev = version;
rev = "refs/tags/${version}";
hash = "sha256-84nGRKZ0UlMDAZ1Wo5Hgy9XSAyEh0Tio9+3OZVFZG5k=";
};
@ -34,6 +35,7 @@ python3.pkgs.buildPythonApplication rec {
meta = with lib; {
description = "Tool to enumerate and abuse misconfigurations in Active Directory Certificate Services";
homepage = "https://github.com/ly4k/Certipy";
changelog = "https://github.com/ly4k/Certipy/releases/tag/${version}";
license = with licenses; [ mit ];
maintainers = with maintainers; [ fab ];
};