Fix some "meta.licenses" attributes

This commit is contained in:
Eelco Dolstra
2014-01-25 03:04:46 +01:00
parent a17b090f99
commit e07ce3314d
21 changed files with 21 additions and 21 deletions
@@ -29,6 +29,6 @@ stdenv.mkDerivation rec {
homepage = http://cairographics.org/;
licenses = [ "LGPLv2+" "MPLv1" ];
license = [ "LGPLv2+" "MPLv1" ];
};
}