diff options
author | Hartmut Goebel <h.goebel@crazy-compilers.com> | 2021-01-22 16:55:23 +0100 |
---|---|---|
committer | Hartmut Goebel <h.goebel@crazy-compilers.com> | 2021-02-08 19:47:12 +0100 |
commit | 71094100008319d628fb05a13b628f2f0eb2bf2f (patch) | |
tree | 6191e9b833fd6a21102533c58520646f0512963b /gnu | |
parent | 0ad07005d4a77be0289dc187b2994b9bcb4acbf2 (diff) |
gnu: tryton: Rephrase synopsis and description.
* gnu/packages/tryton.scm (tryton)[synopsis, description] Rephrase.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/tryton.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/tryton.scm b/gnu/packages/tryton.scm index ca378e05b9..e92e60739d 100644 --- a/gnu/packages/tryton.scm +++ b/gnu/packages/tryton.scm @@ -117,9 +117,9 @@ and security.") ("python-pycairo" ,python-pycairo) ("python-pygobject" ,python-pygobject))) (home-page "https://www.tryton.org/") - (synopsis "Client component of Tryton") + (synopsis "Tryton Client") (description - "This package is the client component of Tryton.") + "This package provides the Tryton GTK client.") (license license:gpl3+))) (define-public python-trytond-country |