summary refs log tree commit diff
path: root/pkgs/applications/gis
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
parenta134b9354b2221dbe111cc0f7be0f5ac5070cc19 (diff)
downloadnixpkgs-e84325e6ab7c110681f6971ceea5bb5fa1439093.tar
nixpkgs-e84325e6ab7c110681f6971ceea5bb5fa1439093.tar.gz
nixpkgs-e84325e6ab7c110681f6971ceea5bb5fa1439093.tar.bz2
nixpkgs-e84325e6ab7c110681f6971ceea5bb5fa1439093.tar.lz
nixpkgs-e84325e6ab7c110681f6971ceea5bb5fa1439093.tar.xz
nixpkgs-e84325e6ab7c110681f6971ceea5bb5fa1439093.tar.zst
nixpkgs-e84325e6ab7c110681f6971ceea5bb5fa1439093.zip
grass, qgis: Add myself to maintainers list
Diffstat (limited to 'pkgs/applications/gis')
-rw-r--r--pkgs/applications/gis/grass/default.nix1
-rw-r--r--pkgs/applications/gis/qgis/default.nix2
2 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/applications/gis/grass/default.nix b/pkgs/applications/gis/grass/default.nix
index a8dae562576..d4e2043eaa7 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];
   };
 }
diff --git a/pkgs/applications/gis/qgis/default.nix b/pkgs/applications/gis/qgis/default.nix
index 5d7e70227fc..d0b7eb9e892 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];
   };
 }