gnu: thermald: Correct licence.
* gnu/packages/admin.scm (thermald)[license]: It's GPL2-only.
This commit is contained in:
parent
b9abb301d0
commit
7fb7838065
1 changed files with 1 additions and 1 deletions
|
@ -3425,7 +3425,7 @@ make it a perfect utility on modern distros.")
|
||||||
on systems running the Linux kernel.")
|
on systems running the Linux kernel.")
|
||||||
;; arm and aarch64 don't have cpuid.h.
|
;; arm and aarch64 don't have cpuid.h.
|
||||||
(supported-systems '("i686-linux" "x86_64-linux"))
|
(supported-systems '("i686-linux" "x86_64-linux"))
|
||||||
(license license:gpl2+)))
|
(license license:gpl2)))
|
||||||
|
|
||||||
(define-public masscan
|
(define-public masscan
|
||||||
(package
|
(package
|
||||||
|
|
Reference in a new issue