me
/
guix
Archived
1
0
Fork 0

gnu: thermald: Correct licence.

* gnu/packages/admin.scm (thermald)[license]: It's GPL2-only.
master
Tobias Geerinckx-Rice 2020-11-07 12:23:38 +01:00
parent b9abb301d0
commit 7fb7838065
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 1 additions and 1 deletions

View File

@ -3425,7 +3425,7 @@ make it a perfect utility on modern distros.")
on systems running the Linux kernel.")
;; arm and aarch64 don't have cpuid.h.
(supported-systems '("i686-linux" "x86_64-linux"))
(license license:gpl2+)))
(license license:gpl2)))
(define-public masscan
(package