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>
This commit is contained in:
parent
7c2f46044b
commit
6010fde5e9
1 changed files with 4 additions and 4 deletions
|
@ -720,10 +720,10 @@ simultaneously and therefore appear under the same nickname on IRC.")
|
||||||
("python-idna" ,python-idna)
|
("python-idna" ,python-idna)
|
||||||
("python-precis-i18n" ,python-precis-i18n)
|
("python-precis-i18n" ,python-precis-i18n)
|
||||||
("python-pygobject" ,python-pygobject)))
|
("python-pygobject" ,python-pygobject)))
|
||||||
(synopsis "Non-blocking Jabber/XMPP module")
|
(synopsis "Non-blocking XMPP Module")
|
||||||
(description "The goal of this python library is to provide a way for Python
|
(description "Python-nbxmpp is a Python library that provides a way for
|
||||||
applications to use Jabber/XMPP networks in a non-blocking way. This library
|
Python applications to use the XMPP network. This library was initially a fork
|
||||||
was initially a fork of xmpppy, but uses non-blocking sockets.")
|
of xmpppy.")
|
||||||
(home-page "https://dev.gajim.org/gajim/python-nbxmpp")
|
(home-page "https://dev.gajim.org/gajim/python-nbxmpp")
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
|
|
Reference in a new issue