Commit 36d1e27e authored by Doron Behar's avatar Doron Behar
Browse files

python312Packages.xarray: adopt by doronbehar

parent 3b8166bb
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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
    ];
  };
}