Commit 030bcbc7 authored by Gaetan Lepage's avatar Gaetan Lepage
Browse files

python311Packages.dask-image: add GaetanLepage as maintainer

parent f6663cf2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -53,6 +53,6 @@ buildPythonPackage rec {
    description = "Distributed image processing";
    homepage = "https://github.com/dask/dask-image";
    license = lib.licenses.bsdOriginal;
    maintainers = with lib.maintainers; [ ];
    maintainers = with lib.maintainers; [ GaetanLepage ];
  };
}