From 539b9631cd27575eb9b5c707172b3fa438b94e60 Mon Sep 17 00:00:00 2001 From: Maksym Balatsko Date: Sat, 3 Jan 2026 18:31:47 +0100 Subject: [PATCH] python3Packages.prometheus-async: remove mbalatsko from maintainers --- pkgs/development/python-modules/prometheus-async/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/prometheus-async/default.nix b/pkgs/development/python-modules/prometheus-async/default.nix index c7668870e601..8e75cc25c487 100644 --- a/pkgs/development/python-modules/prometheus-async/default.nix +++ b/pkgs/development/python-modules/prometheus-async/default.nix @@ -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 = [ ]; }; }