Commit bccc8d15 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

certipy: add changelog to meta

parent 5a6b558d
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -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 ];
  };