summaryrefslogtreecommitdiff
path: root/gnu/packages/linux.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2021-01-06 02:59:26 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2021-01-06 02:59:53 +0100
commit1bb235ce00ffb92b9173621f6496387249a92260 (patch)
treeef2eed43965498d786fcab87a41fdd0c4dcc6754 /gnu/packages/linux.scm
parentc8118181f3e6aeb156b13c75e7b9bfce530742b7 (diff)
downloadguix-patches-1bb235ce00ffb92b9173621f6496387249a92260.tar
guix-patches-1bb235ce00ffb92b9173621f6496387249a92260.tar.gz
gnu: tmon: Clarify licence.
* gnu/packages/linux.scm (tmon)[license]: Comment that only the man page is GPL-2-only.
Diffstat (limited to 'gnu/packages/linux.scm')
-rw-r--r--gnu/packages/linux.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 4b2adeabed..bc405e3bf2 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -5408,7 +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 license:gpl2)))
+ (license (list license:gpl2+ ; the man page
+ license:gpl2)))) ; the actual rest
(define-public turbostat
(package