aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaghav Gururajan <raghavgururajan@disroot.org>2020-10-15 16:56:44 -0400
committerJulien Lepiller <julien@lepiller.eu>2020-10-20 00:23:05 +0200
commit7d8f997b1a52676217e414e36495316ed04be27e (patch)
tree1cd8af384474455128f4491c0df318bd70852823
parenta4f763cd6a69b64bf6a7e7d1a82002040c7eefe9 (diff)
downloadguix-7d8f997b1a52676217e414e36495316ed04be27e.tar
guix-7d8f997b1a52676217e414e36495316ed04be27e.tar.gz
gnu: gajim: Update synopsis and description.
* gnu/packages/messaging.scm (gajim) [synopsis]: Modify. [description]: Modify. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
-rw-r--r--gnu/packages/messaging.scm10
1 files changed, 4 insertions, 6 deletions
diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index f7fb875c80..adbafb7d59 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -849,12 +849,10 @@ else [])"))
("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)))