diff options
author | Raghav Gururajan <raghavgururajan@disroot.org> | 2020-10-15 16:00:25 -0400 |
---|---|---|
committer | Julien Lepiller <julien@lepiller.eu> | 2020-10-20 00:22:43 +0200 |
commit | 6010fde5e9f3e655433c60689b00d02c664ef63c (patch) | |
tree | 673860cfffcbfaef98d8ec5f699c66f4efc6c51e | |
parent | 7c2f46044bfa75029d9444aa935042f4396c601d (diff) | |
download | guix-6010fde5e9f3e655433c60689b00d02c664ef63c.tar.gz guix-6010fde5e9f3e655433c60689b00d02c664ef63c.zip |
gnu: python-nbxmpp: Update synopsis and description.
* gnu/packages/messaging.scm (python-nbxmpp) [synopsis]: Modify.
[description]: Modify.
Signed-off-by: Julien Lepiller <julien@lepiller.eu>
-rw-r--r-- | gnu/packages/messaging.scm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm index 95232a8f56..1342cf7c0c 100644 --- a/gnu/packages/messaging.scm +++ b/gnu/packages/messaging.scm @@ -720,10 +720,10 @@ simultaneously and therefore appear under the same nickname on IRC.") ("python-idna" ,python-idna) ("python-precis-i18n" ,python-precis-i18n) ("python-pygobject" ,python-pygobject))) - (synopsis "Non-blocking Jabber/XMPP module") - (description "The goal of this python library is to provide a way for Python -applications to use Jabber/XMPP networks in a non-blocking way. This library -was initially a fork of xmpppy, but uses non-blocking sockets.") + (synopsis "Non-blocking XMPP Module") + (description "Python-nbxmpp is a Python library that provides a way for +Python applications to use the XMPP network. This library was initially a fork +of xmpppy.") (home-page "https://dev.gajim.org/gajim/python-nbxmpp") (license license:gpl3+))) |