From 85e7d8d0f616169676573dd09a1c2db0fcdcb81f Mon Sep 17 00:00:00 2001 From: Maksym Balatsko Date: Sat, 3 Jan 2026 18:34:58 +0100 Subject: [PATCH] python3Packages.types-aiobotocore: remove mbalatsko from maintainers --- pkgs/development/python-modules/types-aiobotocore/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/types-aiobotocore/default.nix b/pkgs/development/python-modules/types-aiobotocore/default.nix index ecaad13ae1ba..b1faaa7fba86 100644 --- a/pkgs/development/python-modules/types-aiobotocore/default.nix +++ b/pkgs/development/python-modules/types-aiobotocore/default.nix @@ -1111,6 +1111,6 @@ buildPythonPackage rec { description = "Type annotations for aiobotocore generated with mypy-boto3-builder"; homepage = "https://pypi.org/project/types-aiobotocore/"; license = lib.licenses.mit; - maintainers = with lib.maintainers; [ mbalatsko ]; + maintainers = [ ]; }; }