Loading pkgs/development/python-modules/scancode-toolkit/default.nix +2 −1 Original line number Diff line number Diff line Loading @@ -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; [ ]; }; } Loading
pkgs/development/python-modules/scancode-toolkit/default.nix +2 −1 Original line number Diff line number Diff line Loading @@ -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; [ ]; }; }