gnu: python-pyside-2-tools: Fix synopsis and description.

* gnu/packages/qt.scm (python-pyside2-tools)[synopsis]: Use more descriptive
words.
[description]: Ditto.

Signed-off-by: Marius Bakke <marius@gnu.org>
This commit is contained in:
Zhu Zihao 2022-08-25 13:04:45 +08:00 committed by Marius Bakke
parent e2e351cb45
commit c8621fa193
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -4046,9 +4046,9 @@ (define-public python-pyside-2-tools
(lambda _ (chdir "sources/pyside2-tools") #t)))))
(home-page "https://wiki.qt.io/Qt_for_Python")
(synopsis
"Contains command line tools for PySide2")
"Command line tools for PySide2")
(description
"Contains lupdate, rcc and uic tools for PySide2")
"Python-pyside-2-tools contains lupdate, rcc and uic tools for PySide2")
(license license:gpl2)))
(define-public libqglviewer