summary refs log tree commit diff
path: root/pkgs/applications/gis
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/gis')
-rw-r--r--pkgs/applications/gis/saga/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/gis/saga/default.nix b/pkgs/applications/gis/saga/default.nix
index 10cec193cc0d..4738bfba14a8 100644
--- a/pkgs/applications/gis/saga/default.nix
+++ b/pkgs/applications/gis/saga/default.nix
@@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
     description = "System for Automated Geoscientific Analyses";
     homepage = http://www.saga-gis.org;
     license = licenses.gpl2Plus;
-    maintainers = [ maintainers.michelk ];
+    maintainers = with maintainers; [ michelk mpickering ];
     platforms = with platforms; unix;
   };
 }