[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#68309] [PATCH 2/2] gnu: Correct package description.
|
From: |
Ian Eure |
|
Subject: |
[bug#68309] [PATCH 2/2] gnu: Correct package description. |
|
Date: |
Sat, 13 Jan 2024 16:40:18 -0800 |
* gnu/packages/linux.scm (powertop): Correct package description.
Change-Id: Ifc81ed62158df8b3c235d335731590e977dcc725
---
gnu/packages/linux.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 @@ (define-public powertop
(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
--
2.41.0