diff options
author | Blake Shaw <blake@reproduciblemedia.com> | 2023-05-02 02:54:54 +0700 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2023-05-10 00:35:52 +0200 |
commit | 8f92dfd9ae7ac491ab7fb4b425799a8c909708a8 (patch) | |
tree | b3c03c30e788507841f8dd5c4e316a1bc3a56045 /doc | |
parent | 357e0b2690e6ce647065ce721b58d860d71fdead (diff) | |
download | guix-8f92dfd9ae7ac491ab7fb4b425799a8c909708a8.tar.gz |
doc: Fix module name for 'home-znc-service-type'.
* doc/guix.texi (Messaging Home Services): Fix. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index c69fde646d..a7be6c8712 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -43200,7 +43200,7 @@ This is the multicast address used by default by the two services above. @cindex znc The @uref{https://znc.in, ZNC bouncer} can be run as a daemon to manage -your IRC presence. With the @code{(gnu home services znc)} service, you +your IRC presence. With the @code{(gnu home services messaging)} service, you can configure ZNC to run upon login. You will have to provide a @file{~/.znc/configs/znc.conf} seperately. |