mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 23:06:59 +01:00
gnu: znc: Use @dfn in description.
* gnu/packages/messaging.scm (znc)[description]: Use @dfn.
This commit is contained in:
parent
8cb3a0cf0a
commit
1a5444823a
1 changed files with 3 additions and 3 deletions
|
@ -492,9 +492,9 @@ (define-public znc
|
||||||
("cyrus-sasl" ,cyrus-sasl)))
|
("cyrus-sasl" ,cyrus-sasl)))
|
||||||
(home-page "https://znc.in")
|
(home-page "https://znc.in")
|
||||||
(synopsis "IRC network bouncer")
|
(synopsis "IRC network bouncer")
|
||||||
(description "ZNC is an IRC network bouncer or BNC. It can detach the
|
(description "ZNC is an @dfn{IRC network bouncer} or @dfn{BNC}. It can
|
||||||
client from the actual IRC server, and also from selected channels. Multiple
|
detach the client from the actual IRC server, and also from selected channels.
|
||||||
clients from different locations can connect to a single ZNC account
|
Multiple clients from different locations can connect to a single ZNC account
|
||||||
simultaneously and therefore appear under the same nickname on IRC.")
|
simultaneously and therefore appear under the same nickname on IRC.")
|
||||||
(license license:asl2.0)))
|
(license license:asl2.0)))
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue