python311Packages.dask-image: add GaetanLepage as maintainer

This commit is contained in:
Gaetan Lepage
2024-05-21 08:01:21 +02:00
parent f6663cf287
commit 030bcbc7ef
@@ -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 ];
};
}