python311Packages.dask: add GaetanLepage as maintainer

This commit is contained in:
Gaetan Lepage 2024-05-07 12:08:41 +02:00
parent 5c9e6facd8
commit 72d8928366

View file

@ -191,5 +191,6 @@ let self = buildPythonPackage rec {
homepage = "https://dask.org/";
changelog = "https://docs.dask.org/en/latest/changelog.html";
license = licenses.bsd3;
maintainers = with maintainers; [ GaetanLepage ];
};
}; in self