Loading pkgs/development/python-modules/sse-starlette/default.nix +5 −3 Original line number Diff line number Diff line Loading @@ -77,11 +77,13 @@ buildPythonPackage rec { "test_sse_server_termination" ]; meta = with lib; { __darwinAllowLocalNetworking = true; meta = { description = "Server Sent Events for Starlette and FastAPI"; homepage = "https://github.com/sysid/sse-starlette"; changelog = "https://github.com/sysid/sse-starlette/blob/${src.tag}/CHANGELOG.md"; license = licenses.bsd3; maintainers = with maintainers; [ fab ]; license = lib.licenses.bsd3; maintainers = with lib.maintainers; [ fab ]; }; } Loading
pkgs/development/python-modules/sse-starlette/default.nix +5 −3 Original line number Diff line number Diff line Loading @@ -77,11 +77,13 @@ buildPythonPackage rec { "test_sse_server_termination" ]; meta = with lib; { __darwinAllowLocalNetworking = true; meta = { description = "Server Sent Events for Starlette and FastAPI"; homepage = "https://github.com/sysid/sse-starlette"; changelog = "https://github.com/sysid/sse-starlette/blob/${src.tag}/CHANGELOG.md"; license = licenses.bsd3; maintainers = with maintainers; [ fab ]; license = lib.licenses.bsd3; maintainers = with lib.maintainers; [ fab ]; }; }