treewide: fix licence -> license occurences

This commit is contained in:
Robin Gloster
2016-10-09 12:45:32 +02:00
parent 4725a092db
commit 30accf4d3e
5 changed files with 9 additions and 9 deletions
@@ -28,7 +28,7 @@ stdenv.mkDerivation {
a specific OS or host. Supplies a method of encrypting confidential data so it
can safely be stored in your repository.
'';
licence = stdenv.lib.licenses.gpl3;
license = stdenv.lib.licenses.gpl3;
platforms = stdenv.lib.platforms.unix;
};
}