Commit b85b53b2 authored by Maksym Balatsko's avatar Maksym Balatsko
Browse files

python3Packages.treelib: remove mbalatsko from maintainers

parent 2f65345e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -32,6 +32,6 @@ buildPythonPackage rec {
    homepage = "https://github.com/caesar0301/treelib";
    changelog = "https://github.com/caesar0301/treelib/releases/tag/${src.tag}";
    license = lib.licenses.asl20;
    maintainers = with lib.maintainers; [ mbalatsko ];
    maintainers = [ ];
  };
}