From 7fb783806545feb4c0ac03760e72d0fc6d761629 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Sat, 7 Nov 2020 12:23:38 +0100 Subject: 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 24833a04d5..5aef3dd2c4 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 -- cgit v1.2.3