about summary refs log tree commit diff
path: root/pkgs/development/python-modules/scipy
diff options
context:
space:
mode:
authorDoron Behar <doron.behar@gmail.com>2023-06-27 12:44:09 +0300
committerMartin Weinelt <hexa@darmstadt.ccc.de>2023-07-28 12:13:26 +0200
commit68efe0a5a7f8dad328a6e41dfba052b9620587ec (patch)
tree6c6585fd2ba60982690257378f9d92180a9a148f /pkgs/development/python-modules/scipy
parent70d182be3fd458c42dd196dadd971f5f5abdf608 (diff)
python3.pkgs.scipy: Add doronbehar as maintainer
Diffstat (limited to 'pkgs/development/python-modules/scipy')
-rw-r--r--pkgs/development/python-modules/scipy/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/scipy/default.nix b/pkgs/development/python-modules/scipy/default.nix
index 1090e724a7fd3..4b56212fa0c5d 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 ];
   };
 }