nckx pushed a commit to branch master
in repository guix.

commit 7fb783806545feb4c0ac03760e72d0fc6d761629
Author: Tobias Geerinckx-Rice <[email protected]>
AuthorDate: Sat Nov 7 12:23:38 2020 +0100

    gnu: thermald: Correct licence.
    
    * gnu/packages/admin.scm (thermald)[license]: It's GPL2-only.
---
 gnu/packages/admin.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index 24833a0..5aef3dd 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -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

Reply via email to