treewide: remove periods from end of package descriptions

This commit is contained in:
Ben Siraphob
2020-10-25 20:13:18 +07:00
parent aa7977af2c
commit c98962e1a3
9 changed files with 11 additions and 11 deletions
+2 -1
View File
@@ -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;