mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: usbutils: Make package description different from synopsis.
* gnu/packages/linux.scm (usbutils)[description]: Change package description. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
697647105d
commit
a718f5f55b
1 changed files with 4 additions and 2 deletions
|
@ -33,6 +33,7 @@
|
|||
;;; Copyright © 2018, 2019 Pierre Langlois <pierre.langlois@gmx.com>
|
||||
;;; Copyright © 2018 Vasile Dumitrascu <va511e@yahoo.com>
|
||||
;;; Copyright © 2019 Tim Gesthuizen <tim.gesthuizen@yahoo.de>
|
||||
;;; Copyright © 2019 mikadoZero <mikadozero@yandex.com>
|
||||
;;; Copyright © 2019, 2020, 2021, 2022 Maxim Cournoyer <maxim.cournoyer@gmail.com>
|
||||
;;; Copyright © 2019 Stefan Stefanović <stefanx2ovic@gmail.com>
|
||||
;;; Copyright © 2019-2022 Brice Waegeneire <brice@waegenei.re>
|
||||
|
@ -2401,9 +2402,10 @@ (define-public usbutils
|
|||
(list autoconf automake libtool pkg-config))
|
||||
(home-page "http://www.linux-usb.org/")
|
||||
(synopsis
|
||||
"Tools for working with USB devices, such as lsusb")
|
||||
"Tools for working with USB devices")
|
||||
(description
|
||||
"Tools for working with USB devices, such as lsusb.")
|
||||
"Collection of tools to query what type of USB devices are connected to the
|
||||
system, including @command{lsusb}.")
|
||||
(license license:gpl2+)))
|
||||
|
||||
(define-public usbip-utils
|
||||
|
|
Loading…
Reference in a new issue