python312Packages.xarray: adopt by doronbehar

This commit is contained in:
Doron Behar
2024-10-09 00:31:36 +03:00
parent 3b8166bb64
commit 36d1e27eee
@@ -47,5 +47,8 @@ buildPythonPackage rec {
description = "N-D labeled arrays and datasets in Python";
homepage = "https://github.com/pydata/xarray";
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [
doronbehar
];
};
}