aboutsummaryrefslogtreecommitdiff
path: root/infra/libkookie/nixpkgs/pkgs/tools/system/thinkfan/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'infra/libkookie/nixpkgs/pkgs/tools/system/thinkfan/default.nix')
-rw-r--r--infra/libkookie/nixpkgs/pkgs/tools/system/thinkfan/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/infra/libkookie/nixpkgs/pkgs/tools/system/thinkfan/default.nix b/infra/libkookie/nixpkgs/pkgs/tools/system/thinkfan/default.nix
index 4edcfb63fe56..62c299cce7a3 100644
--- a/infra/libkookie/nixpkgs/pkgs/tools/system/thinkfan/default.nix
+++ b/infra/libkookie/nixpkgs/pkgs/tools/system/thinkfan/default.nix
@@ -35,7 +35,8 @@ stdenv.mkDerivation rec {
'';
meta = with stdenv.lib; {
- description = "A minimalist fan control program. Originally designed
+ description = "A minimalist fan control program";
+ longDescription = "A minimalist fan control program. Originally designed
specifically for IBM/Lenovo Thinkpads, it now supports any kind of system via
the sysfs hwmon interface (/sys/class/hwmon).";
license = licenses.gpl3;