python310Packages.bandit: add changelog to meta

This commit is contained in:
Fabian Affolter 2022-12-05 19:23:21 +01:00
parent cffbf91bb6
commit ce5ee4b2bb

View file

@ -44,6 +44,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Security oriented static analyser for python code";
homepage = "https://bandit.readthedocs.io/";
changelog = "https://github.com/PyCQA/bandit/releases/tag/${version}";
license = licenses.asl20;
maintainers = with maintainers; [ kamadorueda ];
};