Fix some "meta.licenses" attributes

This commit is contained in:
Eelco Dolstra
2014-01-24 16:27:36 +01:00
parent a17b090f99
commit e07ce3314d
21 changed files with 21 additions and 21 deletions

View File

@@ -41,7 +41,7 @@ stdenv.mkDerivation {
to OCaml code. Menhir was designed and implemented by François Pottier
and Yann Régis-Gianas.
'';
licenses = [ "QPL" /* generator */ "LGPLv2" /* library */ ];
license = [ "QPL" /* generator */ "LGPLv2" /* library */ ];
platforms = ocaml.meta.platforms;
maintainers = [
stdenv.lib.maintainers.z77z