python3Packages.types-aiobotocore: remove mbalatsko from maintainers

This commit is contained in:
Maksym Balatsko
2026-01-03 19:23:38 +01:00
parent 74256ad876
commit 85e7d8d0f6
@@ -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 = [ ];
};
}