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
+1 -1
View File
@@ -20,7 +20,7 @@ stdenv.mkDerivation {
meta = with stdenv.lib; {
description = "Small desktop application launcher with reasonable memory footprint";
homepage = https://gitlab.com/fehlstart/fehlstart;
licence = licenses.gpl3;
license = licenses.gpl3;
maintainers = [ maintainers.mounium ];
platforms = platforms.all;
};