python310Packages.criticality-score: add changelog to meta
This commit is contained in:
parent
e7cbc46184
commit
9d921c4197
1 changed files with 1 additions and 0 deletions
|
@ -18,6 +18,7 @@ buildPythonPackage rec {
|
|||
meta = with lib; {
|
||||
description = "Python tool for computing the Open Source Project Criticality Score.";
|
||||
homepage = "https://github.com/ossf/criticality_score";
|
||||
changelog = "https://github.com/ossf/criticality_score/releases/tag/v${version}";
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ wamserma ];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue