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 = [ ]; }; }