about summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorGaetan Lepage <gaetan@glepage.com>2024-05-13 12:10:01 +0200
committerGaetan Lepage <gaetan@glepage.com>2024-05-13 21:41:50 +0200
commit3ad32d9319f73ba9fed9ef6b9b9b367587cbb5f3 (patch)
tree6567298ff14c69dc066c4a7516a14fdf865e4354 /pkgs/development
parent20ba5337cd07c267b44b0915574b70ffa0ebed79 (diff)
python311Packages.dask-ml: add GaetanLepage as maintainer
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/python-modules/dask-ml/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/dask-ml/default.nix b/pkgs/development/python-modules/dask-ml/default.nix
index 189b884c31323..9c19a072ee587 100644
--- a/pkgs/development/python-modules/dask-ml/default.nix
+++ b/pkgs/development/python-modules/dask-ml/default.nix
@@ -72,6 +72,6 @@ buildPythonPackage rec {
     description = "Scalable Machine Learn with Dask";
     homepage = "https://github.com/dask/dask-ml";
     license = licenses.bsd3;
-    maintainers = with maintainers; [ ];
+    maintainers = with maintainers; [ GaetanLepage ];
   };
 }