tree-wide: fix instance of "meta.maintainer" -> "meta.maintainers"

Encountered one of these when using check-meta, did a quick
search to find other instances.
This commit is contained in:
Will Dietz
2018-04-19 10:41:12 -05:00
parent e821f40c26
commit 4f273627a1
5 changed files with 8 additions and 8 deletions

View File

@@ -120,9 +120,9 @@ vscode-utils.buildVscodeMarketplaceExtension {
meta = with stdenv.lib; {
license = licenses.unfree;
maintainer = [ maintainers.jraygauthier ];
maintainers = [ maintainers.jraygauthier ];
# A 32 bit linux would also be possible with some effort (specific download of binaries +
# patching of the elf files with 32 bit interpreter).
platforms = [ "x86_64-linux" ];
};
}
}