Merge pull request #238598 from imincik/grass-geospatial-team-maint

grass: change package maintainer to geospatial team
This commit is contained in:
Weijia Wang
2023-06-20 01:43:43 +03:00
committed by GitHub
+4 -4
View File
@@ -97,11 +97,11 @@ stdenv.mkDerivation rec {
enableParallelBuilding = true;
meta = {
meta = with lib; {
homepage = "https://grass.osgeo.org/";
description = "GIS software suite used for geospatial data management and analysis, image processing, graphics and maps production, spatial modeling, and visualization";
license = lib.licenses.gpl2Plus;
platforms = lib.platforms.all;
maintainers = with lib.maintainers; [ mpickering willcohen ];
license = licenses.gpl2Plus;
maintainers = with maintainers; teams.geospatial.members ++ [ mpickering ];
platforms = platforms.all;
};
}