diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-03-20 22:33:20 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-03-20 22:44:06 +0100 |
commit | 07b7a66526b3f6d856a5d795ad8bbee5f7902fcd (patch) | |
tree | cf1fa5911671762c3064d1fae4de0d70a385cd74 /gnu/packages/messaging.scm | |
parent | 341ed63f47766570229567dd45c04dc0d6db1e94 (diff) | |
download | gnu-guix-07b7a66526b3f6d856a5d795ad8bbee5f7902fcd.tar gnu-guix-07b7a66526b3f6d856a5d795ad8bbee5f7902fcd.tar.gz |
gnu: ngircd: Use the phrase ‘IRC’ in its description.
* gnu/packages/messaging.scm (ngircd)[description]: Use ‘IRC’ with @dfn.
Diffstat (limited to 'gnu/packages/messaging.scm')
-rw-r--r-- | gnu/packages/messaging.scm | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm index 535a1d3c62..65ec618799 100644 --- a/gnu/packages/messaging.scm +++ b/gnu/packages/messaging.scm @@ -259,9 +259,10 @@ dictionaries. HexChat can be extended with multiple addons.") (home-page "http://ngircd.barton.de/") (synopsis "Lightweight Internet Relay Chat server for small networks") (description - "ngIRCd is a lightweight Internet Relay Chat server for small or private -networks. It is easy to configure, can cope with dynamic IP addresses, and -supports IPv6, SSL-protected connections as well as PAM for authentication.") + "ngIRCd is a lightweight @dfn{Internet Relay Chat} (IRC) server for small +or private networks. It is easy to configure, can cope with dynamic IP +addresses, and supports IPv6, SSL-protected connections, as well as PAM for +authentication.") (license license:gpl2+))) (define-public pidgin |