python310Packages.pysigma-backend-elasticsearch: add changelog to meta

This commit is contained in:
Fabian Affolter 2023-01-08 00:07:10 +01:00
parent 8299bfb61d
commit 12bd937700

View File

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