diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-06-28 18:56:38 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-06-29 01:08:17 +0200 |
commit | 10b5a201ba616fd12bb6004ddf1d97edd9b3bed1 (patch) | |
tree | 1a06085ae8ff3bbca0e6a15244e4a6322e0a626c | |
parent | a8b705252bdcb642999258859ada1c2f43706092 (diff) |
gnu: librem-ec-acpi-linux-module: Fix licence.
* gnu/packages/linux.scm (librem-ec-acpi-linux-module)[license]: Remove plus.
-rw-r--r-- | gnu/packages/linux.scm | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ Interface} platform driver for the @acronym{EC, Embedded Controller} firmware 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") |