diff options
Diffstat (limited to 'gnu/packages/linux.scm')
-rw-r--r-- | gnu/packages/linux.scm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 2481fc3628..b53c02e1dc 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -207,7 +207,9 @@ (alist-delete 'configure %standard-phases))) #:tests? #f)) (synopsis "100% free redistribution of a cleaned Linux kernel") - (description "Linux-Libre operating system kernel.") + (description + "Linux Libre is a free (as in freedom) variant of the Linux kernel. It +has been modified to remove any non-free binary blobs.") (license gpl2) (home-page "http://www.gnu.org/software/linux-libre/")))) |