gnu: gajim-omemo: Update description.

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

Signed-off-by: Julien Lepiller <julien@lepiller.eu>
This commit is contained in:
Raghav Gururajan 2020-10-15 17:14:55 -04:00 committed by Julien Lepiller
parent ab6d077ae2
commit a9c72b9a5f
No known key found for this signature in database
GPG key ID: 53D457B2D636EE82

View file

@ -887,9 +887,9 @@ (define-public gajim-omemo
("python-cryptography" ,python-cryptography)
("python-qrcode" ,python-qrcode)))
(synopsis "Gajim OMEMO plugin")
(description "This package provides the Gajim OMEMO plugin. OMEMO is an
XMPP Extension Protocol (XEP) for secure multi-client end-to-end encryption
based on Axolotl and PEP.")
(description "Gajim-OMEMO is a plugin that adds support for the OMEMO
Encryption to Gajim. OMEMO is an XMPP Extension Protocol (XEP) for secure
multi-client end-to-end encryption.")
(home-page
"https://dev.gajim.org/gajim/gajim-plugins/-/wikis/OmemoGajimPlugin")
(license license:gpl3+)))