Unverified Commit 9d921c41 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python310Packages.criticality-score: add changelog to meta

parent e7cbc461
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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 ];
  };