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
@@ -20,6 +20,6 @@ stdenv.mkDerivation rec {
This package currently contains all of the screensavers from the
original collection, plus a few others.
'';
licence = stdenv.lib.licenses.gpl2;
license = stdenv.lib.licenses.gpl2;
};
}