python310Packages.pytenable: add changelog to meta

This commit is contained in:
Fabian Affolter 2022-11-23 16:57:13 +01:00
parent c2d098a944
commit d0732c9470

View File

@ -70,6 +70,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Python library for the Tenable.io and TenableSC API";
homepage = "https://github.com/tenable/pyTenable";
changelog = "https://github.com/tenable/pyTenable/releases/tag/${version}";
license = with licenses; [ mit ];
maintainers = with maintainers; [ fab ];
};