aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaghav Gururajan <rg@raghavgururajan.name>2020-12-30 16:15:26 -0500
committerLeo Famulari <leo@famulari.name>2020-12-30 22:15:47 -0500
commitdfcd1a876e8c5ded8a5ad67450deaed3a7be7475 (patch)
treea1666d90fa7eeeca8a9612185b615218194526b7
parentc6a201bef34deb5153bcab90f7ee3bcc67c5f305 (diff)
downloadguix-dfcd1a876e8c5ded8a5ad67450deaed3a7be7475.tar
guix-dfcd1a876e8c5ded8a5ad67450deaed3a7be7475.tar.gz
gnu: Revise comment for Linux-Libre-LTS.
* gnu/packages/linux.scm (linux-libre-lts): Modify comment. Signed-off-by: Leo Famulari <leo@famulari.name>
-rw-r--r--gnu/packages/linux.scm3
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)