python3Packages.rasterio: update maintainers to geospatial team

Change approved by previous maintainer in

https://github.com/NixOS/nixpkgs/pull/222224#issuecomment-1491620146
This commit is contained in:
Ivan Mincik
2023-03-31 11:38:33 +02:00
parent 5332b2b4d3
commit a6d50b71e0
@@ -98,6 +98,6 @@ buildPythonPackage rec {
homepage = "https://rasterio.readthedocs.io/";
changelog = "https://github.com/rasterio/rasterio/blob/${version}/CHANGES.txt";
license = licenses.bsd3;
maintainers = with maintainers; [ mredaelli ];
maintainers = teams.geospatial.members;
};
}