stdenv: check-meta: fix fallout from #36119
This commit is contained in:
parent
ece4c62d4b
commit
1d4f3fa371
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user