python310Packages.tern: add changelog to meta
This commit is contained in:
parent
911735a399
commit
b794719324
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue