python310Packages.pontos: add changelog to meta

This commit is contained in:
Fabian Affolter 2022-11-24 18:36:26 +01:00
parent e4168845c7
commit 57221810c3

View file

@ -69,6 +69,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Collection of Python utilities, tools, classes and functions";
homepage = "https://github.com/greenbone/pontos";
changelog = "https://github.com/greenbone/pontos/releases/tag/v${version}";
license = with licenses; [ gpl3Plus ];
maintainers = with maintainers; [ fab ];
};