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

@@ -52,6 +52,6 @@ stdenv.mkDerivation {
homepage = http://www.mozilla.org/rhino/;
licenses = [ "MPLv1.1" /* or */ "GPLv2+" ];
license = [ "MPLv1.1" /* or */ "GPLv2+" ];
};
}