diff options
author | Raghav Gururajan <raghavgururajan@disroot.org> | 2020-10-15 17:14:55 -0400 |
---|---|---|
committer | Julien Lepiller <julien@lepiller.eu> | 2020-10-20 00:23:15 +0200 |
commit | a9c72b9a5f18502d0fea492d20c8809586b782e3 (patch) | |
tree | dd370b6ed659ab8564010c462a213c0b22fb6665 /gnu/packages | |
parent | ab6d077ae2bd020b122f16a07b4480bd491d6170 (diff) | |
download | guix-a9c72b9a5f18502d0fea492d20c8809586b782e3.tar.gz guix-a9c72b9a5f18502d0fea492d20c8809586b782e3.zip |
gnu: gajim-omemo: Update description.
* gnu/packages/messaging.scm (gajim-omemo) [description]: Modify.
Signed-off-by: Julien Lepiller <julien@lepiller.eu>
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/messaging.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm index d1b8f1d3c1..99e7092497 100644 --- a/gnu/packages/messaging.scm +++ b/gnu/packages/messaging.scm @@ -887,9 +887,9 @@ and OpenPGP) and available in 29 languages.") ("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+))) |