Loading pkgs/development/python-modules/ssdpy/default.nix +5 −3 Original line number Diff line number Diff line Loading @@ -39,11 +39,13 @@ buildPythonPackage rec { "test_server_extra_fields" ]; meta = with lib; { __darwinAllowLocalNetworking = true; meta = { changelog = "https://github.com/MoshiBin/ssdpy/releases/tag/${version}"; description = "Lightweight, compatible SSDP library for Python"; homepage = "https://github.com/MoshiBin/ssdpy"; license = licenses.mit; maintainers = with maintainers; [ mjm ]; license = lib.licenses.mit; maintainers = with lib.maintainers; [ mjm ]; }; } Loading
pkgs/development/python-modules/ssdpy/default.nix +5 −3 Original line number Diff line number Diff line Loading @@ -39,11 +39,13 @@ buildPythonPackage rec { "test_server_extra_fields" ]; meta = with lib; { __darwinAllowLocalNetworking = true; meta = { changelog = "https://github.com/MoshiBin/ssdpy/releases/tag/${version}"; description = "Lightweight, compatible SSDP library for Python"; homepage = "https://github.com/MoshiBin/ssdpy"; license = licenses.mit; maintainers = with maintainers; [ mjm ]; license = lib.licenses.mit; maintainers = with lib.maintainers; [ mjm ]; }; }