From 36d1e27eee5a0d81e0368ee76764c83339df6db6 Mon Sep 17 00:00:00 2001 From: Doron Behar Date: Wed, 9 Oct 2024 00:31:36 +0300 Subject: [PATCH] python312Packages.xarray: adopt by doronbehar --- pkgs/development/python-modules/xarray/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/development/python-modules/xarray/default.nix b/pkgs/development/python-modules/xarray/default.nix index a9e29d4a8388..b8184eb6dcb4 100644 --- a/pkgs/development/python-modules/xarray/default.nix +++ b/pkgs/development/python-modules/xarray/default.nix @@ -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 + ]; }; }