grass: add willcohen to maintainers

This commit is contained in:
Will Cohen 2022-04-28 15:21:54 -04:00
parent 0bc0206244
commit 699a5dd470

View file

@ -91,6 +91,6 @@ stdenv.mkDerivation rec {
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];
maintainers = with lib.maintainers; [ mpickering willcohen ];
};
}