diff options
author | Raghav Gururajan <rg@raghavgururajan.name> | 2020-12-30 16:15:26 -0500 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2020-12-30 22:15:47 -0500 |
commit | dfcd1a876e8c5ded8a5ad67450deaed3a7be7475 (patch) | |
tree | a1666d90fa7eeeca8a9612185b615218194526b7 /gnu/packages | |
parent | c6a201bef34deb5153bcab90f7ee3bcc67c5f305 (diff) | |
download | guix-dfcd1a876e8c5ded8a5ad67450deaed3a7be7475.tar.gz guix-dfcd1a876e8c5ded8a5ad67450deaed3a7be7475.zip |
gnu: Revise comment for Linux-Libre-LTS.
* gnu/packages/linux.scm (linux-libre-lts): Modify comment.
Signed-off-by: Leo Famulari <leo@famulari.name>
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/linux.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 4da730faf9..42107d0bc0 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -903,7 +903,8 @@ It has been modified to remove all non-free binary blobs.") ("CONFIG_DEVPTS_MULTIPLE_INSTANCES" . #t)) %default-extra-linux-options))) -;; Linux-Libre-LTS means the *current* long-term support version of Linux-Libre. +;; Linux-Libre-LTS points to the *newest* released long-term support version of +;; Linux-Libre. ;; Reference: https://jxself.org/linux-libre/ (define-public linux-libre-lts-version linux-libre-5.10-version) |