From a718f5f55bd005a93d1969238043776ead33d89e Mon Sep 17 00:00:00 2001 From: mikadoZero Date: Tue, 21 Mar 2023 16:05:22 +0000 Subject: gnu: usbutils: Make package description different from synopsis. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * gnu/packages/linux.scm (usbutils)[description]: Change package description. Signed-off-by: Ludovic Courtès --- gnu/packages/linux.scm | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'gnu/packages/linux.scm') 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 ;;; Copyright © 2018 Vasile Dumitrascu ;;; Copyright © 2019 Tim Gesthuizen +;;; Copyright © 2019 mikadoZero ;;; Copyright © 2019, 2020, 2021, 2022 Maxim Cournoyer ;;; Copyright © 2019 Stefan Stefanović ;;; Copyright © 2019-2022 Brice Waegeneire @@ -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 -- cgit v1.2.3