summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorDomen Kozar <domen@dev.si>2013-04-06 08:19:57 +0200
committerDomen Kozar <domen@dev.si>2013-04-06 08:20:27 +0200
commit41c6d26e16e646744187338629fe79a21a80726f (patch)
treeb294d43c78c3ca280404202f38c2e1b28dc1f36f /pkgs
parent509ea2888aa6b25457c4904210d80e17e6d2e3a9 (diff)
downloadnixpkgs-41c6d26e16e646744187338629fe79a21a80726f.tar
nixpkgs-41c6d26e16e646744187338629fe79a21a80726f.tar.gz
nixpkgs-41c6d26e16e646744187338629fe79a21a80726f.tar.bz2
nixpkgs-41c6d26e16e646744187338629fe79a21a80726f.tar.lz
nixpkgs-41c6d26e16e646744187338629fe79a21a80726f.tar.xz
nixpkgs-41c6d26e16e646744187338629fe79a21a80726f.tar.zst
nixpkgs-41c6d26e16e646744187338629fe79a21a80726f.zip
garden
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/tools/system/thinkfan/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/system/thinkfan/default.nix b/pkgs/tools/system/thinkfan/default.nix
index 47687ec76d7..a13f500c34f 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;