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:
parent
e2e351cb45
commit
c8621fa193
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue