python3Packages.prometheus-async: remove mbalatsko from maintainers

This commit is contained in:
Maksym Balatsko
2026-01-03 19:18:05 +01:00
parent d3537523ab
commit 539b9631cd
@@ -54,6 +54,6 @@ buildPythonPackage rec {
homepage = "https://github.com/hynek/prometheus-async";
changelog = "https://github.com/hynek/prometheus-async/blob/${src.rev}/CHANGELOG.md";
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ mbalatsko ];
maintainers = [ ];
};
}