python3Packages.pytest-reverse: remove mbalatsko from maintainers

This commit is contained in:
Maksym Balatsko
2026-01-03 19:19:44 +01:00
parent 7c10168f1d
commit bbfeb9ca16
@@ -32,6 +32,6 @@ buildPythonPackage rec {
homepage = "https://github.com/adamchainz/pytest-reverse";
changelog = "https://github.com/adamchainz/pytest-reverse/blob/${src.tag}/CHANGELOG.rst";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ mbalatsko ];
maintainers = [ ];
};
}