mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-14 07:00:32 -05:00
gnu: gajim: Update synopsis and description.
* gnu/packages/messaging.scm (gajim) [synopsis]: Modify. [description]: Modify. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
This commit is contained in:
parent
a4f763cd6a
commit
7d8f997b1a
1 changed files with 4 additions and 6 deletions
|
@ -849,12 +849,10 @@ (define-public gajim
|
||||||
("python-pyopenssl" ,python-pyopenssl)))
|
("python-pyopenssl" ,python-pyopenssl)))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("dconf" ,dconf)))
|
`(("dconf" ,dconf)))
|
||||||
(synopsis "Jabber (XMPP) client")
|
(synopsis "Fully-featured XMPP client")
|
||||||
(description "Gajim is a feature-rich and easy to use Jabber/XMPP client.
|
(description "Gajim aims to be an easy to use and fully-featured XMPP chat
|
||||||
Among its features are: a tabbed chat window and single window modes; support
|
client. It is extensible via plugins, supports end-to-end encryption (OMEMO
|
||||||
for group chat (with Multi-User Chat protocol), invitation, chat to group chat
|
and OpenPGP) and available in 29 languages.")
|
||||||
transformation; audio and video conferences; file transfer; TLS, GPG and
|
|
||||||
end-to-end encryption support; XML console.")
|
|
||||||
(home-page "https://gajim.org/")
|
(home-page "https://gajim.org/")
|
||||||
(license license:gpl3)))
|
(license license:gpl3)))
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue