gnu: gajim: Update synopsis and description.

* gnu/packages/messaging.scm (gajim) [synopsis]: Modify.
[description]: Modify.

Signed-off-by: Julien Lepiller <julien@lepiller.eu>
This commit is contained in:
Raghav Gururajan 2020-10-15 16:56:44 -04:00 committed by Julien Lepiller
parent a4f763cd6a
commit 7d8f997b1a
No known key found for this signature in database
GPG key ID: 53D457B2D636EE82

View file

@ -849,12 +849,10 @@ (define-public gajim
("python-pyopenssl" ,python-pyopenssl)))
(propagated-inputs
`(("dconf" ,dconf)))
(synopsis "Jabber (XMPP) client")
(description "Gajim is a feature-rich and easy to use Jabber/XMPP client.
Among its features are: a tabbed chat window and single window modes; support
for group chat (with Multi-User Chat protocol), invitation, chat to group chat
transformation; audio and video conferences; file transfer; TLS, GPG and
end-to-end encryption support; XML console.")
(synopsis "Fully-featured XMPP client")
(description "Gajim aims to be an easy to use and fully-featured XMPP chat
client. It is extensible via plugins, supports end-to-end encryption (OMEMO
and OpenPGP) and available in 29 languages.")
(home-page "https://gajim.org/")
(license license:gpl3)))