From a85de54826322dade2a1ead886900a5b0a3c939d Mon Sep 17 00:00:00 2001 From: Joshua Peek Date: Tue, 8 Apr 2025 14:16:55 -0700 Subject: [PATCH] python312Packages.mcp: Replace dotlambda with josh as maintainer --- pkgs/development/python-modules/mcp/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/mcp/default.nix b/pkgs/development/python-modules/mcp/default.nix index 55780ebe8ab9..d303e82b3ee6 100644 --- a/pkgs/development/python-modules/mcp/default.nix +++ b/pkgs/development/python-modules/mcp/default.nix @@ -93,6 +93,6 @@ buildPythonPackage rec { description = "Official Python SDK for Model Context Protocol servers and clients"; homepage = "https://github.com/modelcontextprotocol/python-sdk"; license = lib.licenses.mit; - maintainers = with lib.maintainers; [ dotlambda ]; + maintainers = with lib.maintainers; [ josh ]; }; }