summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorPascal Wittmann <mail@pascal-wittmann.de>2014-09-26 23:44:29 +0200
committerPascal Wittmann <mail@pascal-wittmann.de>2014-09-26 23:44:29 +0200
commitd346a9cc079f5d0441795504ccfd87db1fc2d89a (patch)
treed552264682a61d32ad6257beb2dc4016ef47c4ac /pkgs/applications
parent3940aecc0d5e617891abaf1565aef345e6f8f0a5 (diff)
downloadnixpkgs-d346a9cc079f5d0441795504ccfd87db1fc2d89a.tar
nixpkgs-d346a9cc079f5d0441795504ccfd87db1fc2d89a.tar.gz
nixpkgs-d346a9cc079f5d0441795504ccfd87db1fc2d89a.tar.bz2
nixpkgs-d346a9cc079f5d0441795504ccfd87db1fc2d89a.tar.lz
nixpkgs-d346a9cc079f5d0441795504ccfd87db1fc2d89a.tar.xz
nixpkgs-d346a9cc079f5d0441795504ccfd87db1fc2d89a.tar.zst
nixpkgs-d346a9cc079f5d0441795504ccfd87db1fc2d89a.zip
fixed some meta.maintainers attributes
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/gis/saga/default.nix2
-rw-r--r--pkgs/applications/misc/vym/default.nix2
-rw-r--r--pkgs/applications/window-managers/trayer/default.nix2
3 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/gis/saga/default.nix b/pkgs/applications/gis/saga/default.nix
index f7ff583a2f2..a990e19dbc3 100644
--- a/pkgs/applications/gis/saga/default.nix
+++ b/pkgs/applications/gis/saga/default.nix
@@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
     description = "SAGA - System for Automated Geoscientific Analyses";
     homepage = http://www.saga-gis.org;
     license = stdenv.lib.licenses.gpl2Plus;
-    maintainer = stdenv.lib.maintainers.michelk;
+    maintainers = [ stdenv.lib.maintainers.michelk ];
     platforms = with stdenv.lib.platforms; linux;
     broken = true;
   };
diff --git a/pkgs/applications/misc/vym/default.nix b/pkgs/applications/misc/vym/default.nix
index f53d3012b1e..b1cfbd5d9ac 100644
--- a/pkgs/applications/misc/vym/default.nix
+++ b/pkgs/applications/misc/vym/default.nix
@@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
     '';
     homepage = http://www.insilmaril.de/vym/;
     license = licenses.gpl2;
-    maintainer = [ maintainers.AndersonTorres ];
+    maintainers = [ maintainers.AndersonTorres ];
     platforms = platforms.linux;
   };
 }
diff --git a/pkgs/applications/window-managers/trayer/default.nix b/pkgs/applications/window-managers/trayer/default.nix
index 43a1d2b8e79..b7f1d9adad1 100644
--- a/pkgs/applications/window-managers/trayer/default.nix
+++ b/pkgs/applications/window-managers/trayer/default.nix
@@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
     license = licenses.mit;
     description = "A lightweight GTK2-based systray for UNIX desktop";
     platforms = platforms.linux;
-    maintainer = with maintainers; [ pSub ];
+    maintainers = with maintainers; [ pSub ];
   };
 }