python312Packages.mcp: Replace dotlambda with josh as maintainer

This commit is contained in:
Joshua Peek
2025-04-08 14:17:36 -07:00
parent bbebb7479d
commit a85de54826
@@ -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 ];
};
}