python310Packages.tern: add changelog to meta

This commit is contained in:
Fabian Affolter 2022-12-05 19:39:21 +01:00
parent 911735a399
commit b794719324

View file

@ -62,6 +62,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "A software composition analysis tool and Python library that generates a Software Bill of Materials for container images and Dockerfiles";
homepage = "https://github.com/tern-tools/tern";
changelog = "https://github.com/tern-tools/tern/releases/tag/v${version}";
license = licenses.bsd2;
maintainers = teams.determinatesystems.members;
};