summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2025-07-06 16:26:12 +0200
committerLudovic Courtès <ludo@gnu.org>2025-07-09 11:53:23 +0200
commitb1dfc274ada96d1af000789d5d8342c4b3ffd34b (patch)
treeb95ca4ad8bdfb9cfe5dcdb662b5506fa4273d064
parent894625f5e8722516bf7d65e82b8dba32c267353c (diff)
doc: Add missing paren in example.
* doc/guix.texi (Messaging Home Services): Add missing parent in ‘home-snuik-service-type’ example. Change-Id: I97014da939f548000c45177f38387543c9200fc4
-rw-r--r--doc/guix.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/guix.texi b/doc/guix.texi
index d6b08da43e..bfeb1e6579 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -51330,7 +51330,7 @@ an example of a service and its configuration that you could add to the
(server "irc.oftc.net")
(nick "sneek")
(password "snuik is sneeky")
- (channels '("#reproducible-builds"))))
+ (channels '("#reproducible-builds")))))
@end lisp
@node Media Home Services