python3Packages.type-infer: remove mbalatsko from maintainers

This commit is contained in:
Maksym Balatsko
2026-01-03 19:22:20 +01:00
parent 44671e302e
commit 74256ad876
@@ -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 = [ ];
};
}