Make all meta.maintainers attributes lists

(cherry picked from commit b714f552392310cd23b8e71402dfa64b629d2190)
The two new changes were really missing on master.

+2 -2
+1 -1
pkgs/applications/misc/synapse/default.nix
··· 28 28 ''; 29 29 homepage = https://launchpad.net/synapse-project; 30 30 license = stdenv.lib.licenses.gpl3; 31 - maintainers = with stdenv.lib.maintainers; mahe; 31 + maintainers = with stdenv.lib.maintainers; [ mahe ]; 32 32 platforms = with stdenv.lib.platforms; all; 33 33 }; 34 34 }
+1 -1
pkgs/tools/system/iops/default.nix
··· 22 22 ''; 23 23 homepage = http://www.vanheusden.com/iops/; 24 24 license = licenses.gpl2; 25 - maintainers = with maintainers; davidak; 25 + maintainers = with maintainers; [ davidak ]; 26 26 platforms = platforms.linux; # build problems on Darwin 27 27 }; 28 28 }