python310Packages.gvm-tools: add changelog to meta

This commit is contained in:
Fabian Affolter
2023-03-22 20:06:19 +01:00
committed by GitHub
parent 11df8eb028
commit 2eae6d5faf
@@ -48,6 +48,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Collection of APIs that help with remote controlling a Greenbone Security Manager";
homepage = "https://github.com/greenbone/gvm-tools";
changelog = "https://github.com/greenbone/gvm-tools/releases/tag/v${version}";
license = with licenses; [ gpl3Plus ];
maintainers = with maintainers; [ fab ];
};