[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/04: gnu: tmon: Clarify some more.
From: |
guix-commits |
Subject: |
03/04: gnu: tmon: Clarify some more. |
Date: |
Tue, 5 Jan 2021 21:46:10 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit 333b9c815b3b291a0a3cc95560ff02a3c9a7e4c8
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Wed Jan 6 03:36:11 2021 +0100
gnu: tmon: Clarify some more.
* gnu/packages/linux.scm (tmon)[license]: Right wrong.
---
gnu/packages/linux.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index bc405e3..b5df847 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -5408,8 +5408,8 @@ sensors, and trip points.
Linux exposes this relationship through @file{/sys/class/thermal} with a matrix
of symbolic links, trip point bindings, and device instances. To traverse it
by hand is no trivial task: @command{tmon} aims to make it understandable.")
- (license (list license:gpl2+ ; the man page
- license:gpl2)))) ; the actual rest
+ (license (list license:gpl2 ; the man page
+ license:gpl2+)))) ; the actual rest
(define-public turbostat
(package