Adopt all geoarrow packages by the geospatial team

Changed files
+3
pkgs
development
python-modules
geoarrow-c
geoarrow-pandas
geoarrow-pyarrow
+1
pkgs/development/python-modules/geoarrow-c/default.nix
···
maintainers = with maintainers; [
cpcloud
];
};
}
···
maintainers = with maintainers; [
cpcloud
];
+
teams = [ lib.teams.geospatial ];
};
}
+1
pkgs/development/python-modules/geoarrow-pandas/default.nix
···
maintainers = with maintainers; [
cpcloud
];
};
}
···
maintainers = with maintainers; [
cpcloud
];
+
teams = [ lib.teams.geospatial ];
};
}
+1
pkgs/development/python-modules/geoarrow-pyarrow/default.nix
···
maintainers = with maintainers; [
cpcloud
];
};
}
···
maintainers = with maintainers; [
cpcloud
];
+
teams = [ lib.teams.geospatial ];
};
}