From 68efe0a5a7f8dad328a6e41dfba052b9620587ec Mon Sep 17 00:00:00 2001 From: Doron Behar Date: Tue, 27 Jun 2023 12:44:09 +0300 Subject: [PATCH] python3.pkgs.scipy: Add doronbehar as maintainer --- pkgs/development/python-modules/scipy/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/scipy/default.nix b/pkgs/development/python-modules/scipy/default.nix index 1090e724a7fd..4b56212fa0c5 100644 --- a/pkgs/development/python-modules/scipy/default.nix +++ b/pkgs/development/python-modules/scipy/default.nix @@ -90,6 +90,6 @@ buildPythonPackage rec { description = "SciPy (pronounced 'Sigh Pie') is open-source software for mathematics, science, and engineering"; homepage = "https://www.scipy.org/"; license = licenses.bsd3; - maintainers = [ maintainers.fridh ]; + maintainers = with maintainers; [ fridh doronbehar ]; }; }