grass: change package maintainer to geospatial team
Maintainer change was pre-discussed with @willcohen over email. @willcohen is now member of Geospatial team.
This commit is contained in:
parent
bab203fc27
commit
925f9e5d80
@ -97,11 +97,11 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
meta = {
|
meta = with lib; {
|
||||||
homepage = "https://grass.osgeo.org/";
|
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";
|
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;
|
license = licenses.gpl2Plus;
|
||||||
platforms = lib.platforms.all;
|
maintainers = with maintainers; teams.geospatial.members ++ [ mpickering ];
|
||||||
maintainers = with lib.maintainers; [ mpickering willcohen ];
|
platforms = platforms.all;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user