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
+1 -1
View File
@@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
bzip2.
'';
licenses = [ "GPLv2+" "LGPLv2.1+" ];
license = [ "GPLv2+" "LGPLv2.1+" ];
maintainers = with stdenv.lib.maintainers; [ sander ];
platforms = stdenv.lib.platforms.all;
};