Fixed meta.license: s/licence/license

This commit is contained in:
Pascal Wittmann
2015-05-30 15:19:05 +02:00
parent dbfaf1c27c
commit 1d30557516
6 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ stdenv.mkDerivation {
platforms = [ "x86_64-linux" ];
licence = stdenv.lib.licenses.unfree;
license = stdenv.lib.licenses.unfree;
};
src = fetchurl {