python310Packages.pysigma-pipeline-windows: add changelog to meta

This commit is contained in:
Fabian Affolter 2023-01-08 00:03:51 +01:00
parent f605337abc
commit 182f5cd35e

View file

@ -40,6 +40,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Library to support Windows service pipeline for pySigma";
homepage = "https://github.com/SigmaHQ/pySigma-pipeline-windows";
changelog = "https://github.com/SigmaHQ/pySigma-pipeline-windows/releases/tag/v${version}";
license = with licenses; [ lgpl21Only ];
maintainers = with maintainers; [ fab ];
};