diff options
author | Ian Eure <ian@retrospec.tv> | 2024-01-13 16:40:18 -0800 |
---|---|---|
committer | Mathieu Othacehe <othacehe@gnu.org> | 2024-01-17 11:18:00 +0100 |
commit | b3e0a973bca6fe5de7356f3d70c4b7d468b0a759 (patch) | |
tree | 7bdfb52193a7c9229fd972a9779b800779bfc31c /gnu | |
parent | 8fbda358abd079e32f8a7a72403484bce3a6c3e7 (diff) | |
download | guix-b3e0a973bca6fe5de7356f3d70c4b7d468b0a759.tar.gz guix-b3e0a973bca6fe5de7356f3d70c4b7d468b0a759.zip |
gnu: powertop: Correct package description.
* gnu/packages/linux.scm (powertop): Correct package description.
Change-Id: Ifc81ed62158df8b3c235d335731590e977dcc725
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/linux.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 716f5907f0..3cd63df6ee 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -3634,7 +3634,7 @@ devices. It replaces @code{iwconfig}, which is deprecated.") (inputs (list kmod libnl ncurses pciutils zlib)) (home-page "https://01.org/powertop/") - (synopsis "Analyze power consumption on Intel-based laptops") + (synopsis "Analyze power consumption on x86-based laptops") (description "PowerTOP is a Linux tool to diagnose issues with power consumption and power management. In addition to being a diagnostic tool, PowerTOP also has |