python312Packages.coiled: update license (#404854)

This commit is contained in:
Gaétan Lepage
2025-05-07 10:40:54 +02:00
committed by GitHub
@@ -89,7 +89,7 @@ buildPythonPackage rec {
meta = {
description = "Python client for coiled.io dask clusters";
homepage = "https://www.coiled.io/";
license = lib.licenses.bsd3;
license = lib.licenses.elastic20;
maintainers = with lib.maintainers; [ daspk04 ];
mainProgram = "coiled";
};