about summary refs log tree commit diff
path: root/pkgs/tools/system/iops/default.nix
diff options
context:
space:
mode:
authorVladimír Čunát <vcunat@gmail.com>2016-11-20 18:05:18 +0100
committerVladimír Čunát <vcunat@gmail.com>2017-01-03 18:28:20 +0100
commit1fe136ea8a3d142e4e71d0277bab4e26320aa7b7 (patch)
treea824f89ce24b07dfa82b2233dbc94250c0587de3 /pkgs/tools/system/iops/default.nix
parent30f509437c84cc052dc7dd5dbe2c693c1909c7a7 (diff)
downloadnixlib-1fe136ea8a3d142e4e71d0277bab4e26320aa7b7.tar
nixlib-1fe136ea8a3d142e4e71d0277bab4e26320aa7b7.tar.gz
nixlib-1fe136ea8a3d142e4e71d0277bab4e26320aa7b7.tar.bz2
nixlib-1fe136ea8a3d142e4e71d0277bab4e26320aa7b7.tar.lz
nixlib-1fe136ea8a3d142e4e71d0277bab4e26320aa7b7.tar.xz
nixlib-1fe136ea8a3d142e4e71d0277bab4e26320aa7b7.tar.zst
nixlib-1fe136ea8a3d142e4e71d0277bab4e26320aa7b7.zip
Make all meta.maintainers attributes lists
(cherry picked from commit b714f552392310cd23b8e71402dfa64b629d2190)
The two new changes were really missing on master.
Diffstat (limited to 'pkgs/tools/system/iops/default.nix')
-rw-r--r--pkgs/tools/system/iops/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/system/iops/default.nix b/pkgs/tools/system/iops/default.nix
index 243325168706..34a48bd30539 100644
--- a/pkgs/tools/system/iops/default.nix
+++ b/pkgs/tools/system/iops/default.nix
@@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
     '';
     homepage = http://www.vanheusden.com/iops/;
     license = licenses.gpl2;
-    maintainers = with maintainers; davidak;
+    maintainers = with maintainers; [ davidak ];
     platforms = platforms.linux; # build problems on Darwin
   };
 }