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