From 34fdc1324b7309c1bebbf6998eff0134e6948a95 Mon Sep 17 00:00:00 2001 From: Maksym Balatsko Date: Sat, 3 Jan 2026 18:33:22 +0100 Subject: [PATCH] python3Packages.quantile-python: remove mbalatsko from maintainers --- pkgs/development/python-modules/quantile-python/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/quantile-python/default.nix b/pkgs/development/python-modules/quantile-python/default.nix index 38cc9d2e3a39..90ba34f92d13 100644 --- a/pkgs/development/python-modules/quantile-python/default.nix +++ b/pkgs/development/python-modules/quantile-python/default.nix @@ -23,6 +23,6 @@ buildPythonPackage rec { description = "Python Implementation of Graham Cormode and S. Muthukrishnan's Effective Computation of Biased Quantiles over Data Streams in ICDE'05"; homepage = "https://github.com/matttproud/python_quantile_estimation"; license = lib.licenses.asl20; - maintainers = with lib.maintainers; [ mbalatsko ]; + maintainers = [ ]; }; }