summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authormikadoZero <mikadozero@yandex.com>2023-03-21 16:05:22 +0000
committerLudovic Courtès <ludo@gnu.org>2023-04-17 23:50:42 +0200
commita718f5f55bd005a93d1969238043776ead33d89e (patch)
tree44017618d8d45e5e786a7d54425794d4fa4ea114 /gnu
parent697647105df78016fb064dbaf67ef876d40da05e (diff)
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>
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/linux.scm6
1 files changed, 4 insertions, 2 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 36b35448ccf..b3660c3eebe 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -33,6 +33,7 @@
33;;; Copyright © 2018, 2019 Pierre Langlois <pierre.langlois@gmx.com> 33;;; Copyright © 2018, 2019 Pierre Langlois <pierre.langlois@gmx.com>
34;;; Copyright © 2018 Vasile Dumitrascu <va511e@yahoo.com> 34;;; Copyright © 2018 Vasile Dumitrascu <va511e@yahoo.com>
35;;; Copyright © 2019 Tim Gesthuizen <tim.gesthuizen@yahoo.de> 35;;; Copyright © 2019 Tim Gesthuizen <tim.gesthuizen@yahoo.de>
36;;; Copyright © 2019 mikadoZero <mikadozero@yandex.com>
36;;; Copyright © 2019, 2020, 2021, 2022 Maxim Cournoyer <maxim.cournoyer@gmail.com> 37;;; Copyright © 2019, 2020, 2021, 2022 Maxim Cournoyer <maxim.cournoyer@gmail.com>
37;;; Copyright © 2019 Stefan Stefanović <stefanx2ovic@gmail.com> 38;;; Copyright © 2019 Stefan Stefanović <stefanx2ovic@gmail.com>
38;;; Copyright © 2019-2022 Brice Waegeneire <brice@waegenei.re> 39;;; Copyright © 2019-2022 Brice Waegeneire <brice@waegenei.re>
@@ -2401,9 +2402,10 @@ slabtop, tload, top, vmstat, w, watch and sysctl.")
2401 (list autoconf automake libtool pkg-config)) 2402 (list autoconf automake libtool pkg-config))
2402 (home-page "http://www.linux-usb.org/") 2403 (home-page "http://www.linux-usb.org/")
2403 (synopsis 2404 (synopsis
2404 "Tools for working with USB devices, such as lsusb") 2405 "Tools for working with USB devices")
2405 (description 2406 (description
2406 "Tools for working with USB devices, such as lsusb.") 2407 "Collection of tools to query what type of USB devices are connected to the
2408system, including @command{lsusb}.")
2407 (license license:gpl2+))) 2409 (license license:gpl2+)))
2408 2410
2409(define-public usbip-utils 2411(define-public usbip-utils