python310Packages.pysigma: add changelog to meta

This commit is contained in:
Fabian Affolter 2023-01-08 00:05:12 +01:00
parent 182f5cd35e
commit 08f1a3ee40

View file

@ -43,6 +43,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Library to parse and convert Sigma rules into queries";
homepage = "https://github.com/SigmaHQ/pySigma";
changelog = "https://github.com/SigmaHQ/pySigma/releases/tag/v${version}";
license = with licenses; [ lgpl21Only ];
maintainers = with maintainers; [ fab ];
};