python3Packages.pymatreader: remove mbalatsko from maintainers

This commit is contained in:
Maksym Balatsko
2026-01-03 19:19:15 +01:00
parent 519704d105
commit b94c05aef6
@@ -46,6 +46,6 @@ buildPythonPackage rec {
homepage = "https://gitlab.com/obob/pymatreader/";
changelog = "https://gitlab.com/obob/pymatreader/-/blob/${src.rev}/CHANGELOG.md";
license = lib.licenses.bsd2;
maintainers = with lib.maintainers; [ mbalatsko ];
maintainers = [ ];
};
}