Merge pull request #224052 from imincik/rasterio-geospatial-team-maint

python3Packages.rasterio: update maintainers to geospatial team
This commit is contained in:
Nikolay Korotkiy
2023-03-31 19:49:03 +04:00
committed by GitHub
@@ -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;
};
}