about summary refs log tree commit diff
path: root/pkgs/applications/gis/qgis
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/qgis
parenta134b9354b2221dbe111cc0f7be0f5ac5070cc19 (diff)
grass, qgis: Add myself to maintainers list
Diffstat (limited to 'pkgs/applications/gis/qgis')
-rw-r--r--pkgs/applications/gis/qgis/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/gis/qgis/default.nix b/pkgs/applications/gis/qgis/default.nix
index 5d7e70227fc3f..d0b7eb9e89270 100644
--- a/pkgs/applications/gis/qgis/default.nix
+++ b/pkgs/applications/gis/qgis/default.nix
@@ -77,6 +77,6 @@ stdenv.mkDerivation rec {
     homepage = http://www.qgis.org;
     license = stdenv.lib.licenses.gpl2Plus;
     platforms = with stdenv.lib.platforms; unix;
-    maintainers = with stdenv.lib.maintainers; [viric];
+    maintainers = with stdenv.lib.maintainers; [viric mpickering];
   };
 }