guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

12/14: gnu: thermald: Correct licence.


From: guix-commits
Subject: 12/14: gnu: thermald: Correct licence.
Date: Sat, 7 Nov 2020 07:41:26 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 7fb783806545feb4c0ac03760e72d0fc6d761629
Author: Tobias Geerinckx-Rice <me@tobias.gr>
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

[Prev in Thread] Current Thread [Next in Thread]