python311Packages.pysigma-pipeline-sysmon: add changelog to meta

This commit is contained in:
Fabian Affolter 2024-02-10 09:54:46 +01:00
parent 404736cf37
commit 4e8d2ff7d0

View File

@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "pysigma-pipeline-sysmon";
version = "1.0.4";
format = "pyproject";
pyproject = true;
disabled = pythonOlder "3.8";
@ -40,6 +40,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Library to support Sysmon pipeline for pySigma";
homepage = "https://github.com/SigmaHQ/pySigma-pipeline-sysmon";
changelog = "https://github.com/SigmaHQ/pySigma-pipeline-sysmon/releases/tag/v${version}";
license = with licenses; [ lgpl21Only ];
maintainers = with maintainers; [ fab ];
};