stdenv: check-meta: fix fallout from #36119

This commit is contained in:
Jan Malakhovski 2018-03-04 03:18:28 +00:00
parent ece4c62d4b
commit 1d4f3fa371

View file

@ -144,7 +144,7 @@ let
homepage = either (listOf str) str;
downloadPage = str;
license = either (listOf lib.types.attrs) (either lib.types.attrs str);
maintainers = listOf str;
maintainers = listOf (attrsOf str);
priority = int;
platforms = listOf str;
hydraPlatforms = listOf str;