diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-11-07 12:23:38 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-11-07 13:40:46 +0100 |
commit | 7fb783806545feb4c0ac03760e72d0fc6d761629 (patch) | |
tree | f31f2f34db22e33704c44a7c90ebe76de448cf78 /gnu/packages/admin.scm | |
parent | b9abb301d0911e33747e59bb61bb9858f0cb4a77 (diff) |
gnu: thermald: Correct licence.
* gnu/packages/admin.scm (thermald)[license]: It's GPL2-only.
Diffstat (limited to 'gnu/packages/admin.scm')
-rw-r--r-- | gnu/packages/admin.scm | 2 |
1 files changed, 1 insertions, 1 deletions
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 |