gnu: tmon: Clarify some more.
* gnu/packages/linux.scm (tmon)[license]: Right wrong.
This commit is contained in:
parent
c3350b9b91
commit
333b9c815b
1 changed files with 2 additions and 2 deletions
|
@ -5408,8 +5408,8 @@ sensors, and trip points.
|
||||||
Linux exposes this relationship through @file{/sys/class/thermal} with a matrix
|
Linux exposes this relationship through @file{/sys/class/thermal} with a matrix
|
||||||
of symbolic links, trip point bindings, and device instances. To traverse it
|
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.")
|
by hand is no trivial task: @command{tmon} aims to make it understandable.")
|
||||||
(license (list license:gpl2+ ; the man page
|
(license (list license:gpl2 ; the man page
|
||||||
license:gpl2)))) ; the actual rest
|
license:gpl2+)))) ; the actual rest
|
||||||
|
|
||||||
(define-public turbostat
|
(define-public turbostat
|
||||||
(package
|
(package
|
||||||
|
|
Reference in a new issue