lambda-mod-zsh-theme: fix broken maintainers expression

This commit is contained in:
Maximilian Bosch 2017-03-30 21:10:05 +02:00
parent ea5ff16bb0
commit cd56c3334e
No known key found for this signature in database
GPG Key ID: 091DBF4D1FC46B8E

View File

@ -25,6 +25,6 @@ in stdenv.mkDerivation {
homepage = "https://github.com/halfo/lambda-mod-zsh-theme/";
license = licenses.mit;
platforms = platforms.linux;
maintainers = [ ma27 ];
maintainers = with maintainers; [ ma27 ];
};
}