Skip to content

Commit 36d1e27

Browse files
committed
python312Packages.xarray: adopt by doronbehar
1 parent 3b8166b commit 36d1e27

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pkgs/development/python-modules/xarray/default.nix

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,8 @@ buildPythonPackage rec {
4747
description = "N-D labeled arrays and datasets in Python";
4848
homepage = "https://github.com/pydata/xarray";
4949
license = lib.licenses.asl20;
50+
maintainers = with lib.maintainers; [
51+
doronbehar
52+
];
5053
};
5154
}

0 commit comments

Comments
 (0)