From c6bebdf2efefdd9ce086de61d352fc674f3933a3 Mon Sep 17 00:00:00 2001 From: Doron Behar Date: Fri, 12 Jun 2026 10:03:51 +0300 Subject: [PATCH] python3Packages.matplotlib: add doronbehar to maintainers --- pkgs/development/python-modules/matplotlib/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/python-modules/matplotlib/default.nix b/pkgs/development/python-modules/matplotlib/default.nix index 2311afef7a39..969219e1b5e7 100644 --- a/pkgs/development/python-modules/matplotlib/default.nix +++ b/pkgs/development/python-modules/matplotlib/default.nix @@ -206,6 +206,7 @@ buildPythonPackage rec { ]; maintainers = with lib.maintainers; [ veprbl + doronbehar ]; }; }