From 10b5a201ba616fd12bb6004ddf1d97edd9b3bed1 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Mon, 28 Jun 2021 18:56:38 +0200 Subject: [PATCH] gnu: librem-ec-acpi-linux-module: Fix licence. * gnu/packages/linux.scm (librem-ec-acpi-linux-module)[license]: Remove plus. --- gnu/packages/linux.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 7011319504..8afbf9de0c 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -1206,7 +1206,7 @@ (define-public librem-ec-acpi-linux-module on Purism Librem laptop computers. It allows user-space control over the battery charging thresholds, keyboard backlight, fans and thermal monitors, and the notification, WiFi, and Bluetooth LED.") - (license license:gpl2+))) + (license license:gpl2))) (define-public rtl8812au-aircrack-ng-linux-module (let ((commit "059e06a51be025fde5b2bec6565540b3d9981b0b")