mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: util-linux: Make description more descriptive.
* gnu/packages/linux.scm (util-linux)[description]: Give some more information about the package. Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
parent
dae36ca558
commit
437d728632
1 changed files with 3 additions and 2 deletions
|
@ -447,8 +447,9 @@ (define-public util-linux
|
|||
("net-base" ,net-base))) ;for tests
|
||||
(home-page "https://www.kernel.org/pub/linux/utils/util-linux/")
|
||||
(synopsis "Collection of utilities for the Linux kernel")
|
||||
(description
|
||||
"Util-linux is a random collection of utilities for the Linux kernel.")
|
||||
(description "Util-linux is a diverse collection of Linux kernel
|
||||
utilities. It provides dmesg and includes tools for working with filesystems,
|
||||
block devices, UUIDs, TTYs, and many other tools.")
|
||||
|
||||
;; Note that util-linux doesn't use the same license for all the
|
||||
;; code. GPLv2+ is the default license for a code without an
|
||||
|
|
Loading…
Reference in a new issue