Make all meta.maintainers attributes lists

(cherry picked from commit b714f552392310cd23b8e71402dfa64b629d2190)
The two new changes were really missing on master.
This commit is contained in:
Vladimír Čunát 2016-11-20 18:05:18 +01:00
parent 30f509437c
commit 1fe136ea8a
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA
2 changed files with 2 additions and 2 deletions

View file

@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
'';
homepage = https://launchpad.net/synapse-project;
license = stdenv.lib.licenses.gpl3;
maintainers = with stdenv.lib.maintainers; mahe;
maintainers = with stdenv.lib.maintainers; [ mahe ];
platforms = with stdenv.lib.platforms; all;
};
}

View file

@ -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
};
}