Commit 74256ad8 authored by Maksym Balatsko's avatar Maksym Balatsko
Browse files

python3Packages.type-infer: remove mbalatsko from maintainers

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