From 74256ad876a66f8d641f3b57dc22f7d442dec068 Mon Sep 17 00:00:00 2001 From: Maksym Balatsko Date: Sat, 3 Jan 2026 18:34:43 +0100 Subject: [PATCH] python3Packages.type-infer: remove mbalatsko from maintainers --- pkgs/development/python-modules/type-infer/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/type-infer/default.nix b/pkgs/development/python-modules/type-infer/default.nix index 198ac71cb683..a085c462b164 100644 --- a/pkgs/development/python-modules/type-infer/default.nix +++ b/pkgs/development/python-modules/type-infer/default.nix @@ -91,6 +91,6 @@ buildPythonPackage { description = "Automated type inference for Machine Learning pipelines"; homepage = "https://github.com/mindsdb/type_infer"; license = lib.licenses.gpl3Only; - maintainers = with lib.maintainers; [ mbalatsko ]; + maintainers = [ ]; }; }