Loading pkgs/development/tools/misc/tockloader/default.nix +2 −1 Original line number Diff line number Diff line Loading @@ -28,9 +28,10 @@ python3Packages.buildPythonApplication rec { ''; meta = with lib; { description = "Tool for programming Tock onto hardware boards"; homepage = "https://github.com/tock/tockloader"; changelog = "https://github.com/tock/tockloader/releases/tag/v${version}"; license = licenses.mit; description = "Tool for programming Tock onto hardware boards"; maintainers = with maintainers; [ ]; }; } Loading Loading
pkgs/development/tools/misc/tockloader/default.nix +2 −1 Original line number Diff line number Diff line Loading @@ -28,9 +28,10 @@ python3Packages.buildPythonApplication rec { ''; meta = with lib; { description = "Tool for programming Tock onto hardware boards"; homepage = "https://github.com/tock/tockloader"; changelog = "https://github.com/tock/tockloader/releases/tag/v${version}"; license = licenses.mit; description = "Tool for programming Tock onto hardware boards"; maintainers = with maintainers; [ ]; }; } Loading