python3Packages.quantile-python: remove mbalatsko from maintainers

This commit is contained in:
Maksym Balatsko
2026-01-03 19:20:24 +01:00
parent c23af91e6e
commit 34fdc1324b
@@ -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 = [ ];
};
}