python310Packages.criticality-score: add changelog to meta

This commit is contained in:
Fabian Affolter 2023-02-26 12:05:27 +01:00 committed by GitHub
parent e7cbc46184
commit 9d921c4197
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 ];
};