about summary refs log tree commit diff
path: root/pkgs/applications/gis/grass
diff options
context:
space:
mode:
authorMatthew Pickering <matthewtpickering@gmail.com>2018-04-13 00:14:03 +0100
committerMatthew Pickering <matthewtpickering@gmail.com>2018-04-13 21:02:55 +0100
commite84325e6ab7c110681f6971ceea5bb5fa1439093 (patch)
treecedfeaacae227274253eeba52b4820d372ff8212 /pkgs/applications/gis/grass
parenta134b9354b2221dbe111cc0f7be0f5ac5070cc19 (diff)
grass, qgis: Add myself to maintainers list
Diffstat (limited to 'pkgs/applications/gis/grass')
-rw-r--r--pkgs/applications/gis/grass/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/gis/grass/default.nix b/pkgs/applications/gis/grass/default.nix
index a8dae5625764b..d4e2043eaa753 100644
--- a/pkgs/applications/gis/grass/default.nix
+++ b/pkgs/applications/gis/grass/default.nix
@@ -86,5 +86,6 @@ stdenv.mkDerivation {
     description = "GIS software suite used for geospatial data management and analysis, image processing, graphics and maps production, spatial modeling, and visualization";
     license = stdenv.lib.licenses.gpl2Plus;
     platforms = stdenv.lib.platforms.all;
+    maintainers = with stdenv.lib.maintainers; [mpickering];
   };
 }