diff options
author | mikadoZero <[email protected]> | 2023-03-21 16:05:22 +0000 |
---|---|---|
committer | Ludovic Courtès <[email protected]> | 2023-04-17 23:50:42 +0200 |
commit | a718f5f55bd005a93d1969238043776ead33d89e (patch) | |
tree | 44017618d8d45e5e786a7d54425794d4fa4ea114 /gnu | |
parent | 697647105df78016fb064dbaf67ef876d40da05e (diff) |
gnu: usbutils: Make package description different from synopsis.
* gnu/packages/linux.scm (usbutils)[description]: Change package description.
Signed-off-by: Ludovic Courtès <[email protected]>
Diffstat (limited to 'gnu')
-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 36b35448cc..b3660c3eeb 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -33,6 +33,7 @@ ;;; Copyright © 2018, 2019 Pierre Langlois <[email protected]> ;;; Copyright © 2018 Vasile Dumitrascu <[email protected]> ;;; Copyright © 2019 Tim Gesthuizen <[email protected]> +;;; Copyright © 2019 mikadoZero <[email protected]> ;;; Copyright © 2019, 2020, 2021, 2022 Maxim Cournoyer <[email protected]> ;;; Copyright © 2019 Stefan Stefanović <[email protected]> ;;; Copyright © 2019-2022 Brice Waegeneire <[email protected]> @@ -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 |