diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-01-06 03:36:11 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-01-06 03:45:47 +0100 |
commit | 333b9c815b3b291a0a3cc95560ff02a3c9a7e4c8 (patch) | |
tree | 34980c252daa3a6a2129602b2d8ba620d47f8f47 | |
parent | c3350b9b91e8ef2548a76ec96f2f405e461839ff (diff) | |
download | guix-333b9c815b3b291a0a3cc95560ff02a3c9a7e4c8.tar.gz guix-333b9c815b3b291a0a3cc95560ff02a3c9a7e4c8.zip |
gnu: tmon: Clarify some more.
* gnu/packages/linux.scm (tmon)[license]: Right wrong.
-rw-r--r-- | gnu/packages/linux.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index bc405e3bf2..b5df847a53 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 |