diff options
author | mikadoZero <mikadozero@yandex.com> | 2023-03-21 16:05:22 +0000 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2023-04-19 20:12:20 -0400 |
commit | d89e642e8443c0c9fa929207bbda19a4304ef554 (patch) | |
tree | fb48e581fa24d8f61c5b392a39e6eb663f8a6a32 /gnu/packages/linux.scm | |
parent | 88a59bb92972ab799ba30a09e8934ef7083f8a4f (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/packages/linux.scm')
-rw-r--r-- | gnu/packages/linux.scm | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index dc0b6b485c..03d77014ac 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -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 @@ slabtop, tload, top, vmstat, w, watch and sysctl.") (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 |