From 41c6d26e16e646744187338629fe79a21a80726f Mon Sep 17 00:00:00 2001 From: Domen Kozar Date: Sat, 6 Apr 2013 08:19:57 +0200 Subject: [PATCH] garden --- pkgs/tools/system/thinkfan/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/tools/system/thinkfan/default.nix b/pkgs/tools/system/thinkfan/default.nix index 47687ec76d78..a13f500c34f8 100644 --- a/pkgs/tools/system/thinkfan/default.nix +++ b/pkgs/tools/system/thinkfan/default.nix @@ -21,7 +21,7 @@ stdenv.mkDerivation { meta = { description = ""; - license = stdenv.lib.licences.gpl3; + license = stdenv.lib.licenses.gpl3; homePage = "http://thinkfan.sourceforge.net/"; maintainers = with stdenv.lib.maintainers; [ iElectric ]; platforms = stdenv.lib.platforms.linux;