python3Packages.treelib: remove mbalatsko from maintainers

This commit is contained in:
Maksym Balatsko
2026-01-03 19:21:51 +01:00
parent 2f65345e81
commit b85b53b2be
@@ -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 = [ ];
};
}