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

python311Packages.scancode-toolkit: add changelog to meta

parent c7edaa49
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -169,7 +169,8 @@ buildPythonPackage rec {
  meta = with lib; {
    description = "Tool to scan code for license, copyright, package and their documented dependencies and other interesting facts";
    homepage = "https://github.com/nexB/scancode-toolkit";
    changelog = "https://github.com/nexB/scancode-toolkit/blob/v${version}/CHANGELOG.rst";
    license = with licenses; [ asl20 cc-by-40 ];
    maintainers = [ ];
    maintainers = with maintainers; [ ];
  };
}