about summary refs log tree commit diff
path: root/pkgs/applications/gis/grass
diff options
context:
space:
mode:
authorWill Cohen <willcohen@users.noreply.github.com>2022-04-28 15:21:54 -0400
committerWill Cohen <willcohen@users.noreply.github.com>2022-04-28 15:21:54 -0400
commit699a5dd470859b79430c99140720f8ec5323f4aa (patch)
tree4a26266d443efe724612edf2bfd2a0be5e0d5829 /pkgs/applications/gis/grass
parent0bc0206244c6c8ab4e8e754eca9c6efc3c4c622e (diff)
grass: add willcohen to maintainers
Diffstat (limited to 'pkgs/applications/gis/grass')
-rw-r--r--pkgs/applications/gis/grass/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/gis/grass/default.nix b/pkgs/applications/gis/grass/default.nix
index e4bbd5cc9b814..23cee79b5e226 100644
--- a/pkgs/applications/gis/grass/default.nix
+++ b/pkgs/applications/gis/grass/default.nix
@@ -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 ];
   };
 }