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