Commit 85e7d8d0 authored by Maksym Balatsko's avatar Maksym Balatsko
Browse files

python3Packages.types-aiobotocore: remove mbalatsko from maintainers

parent 74256ad8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 = [ ];
  };
}