~ruther/guix-local

b1dfc274ada96d1af000789d5d8342c4b3ffd34b — Ludovic Courtès a year ago 894625f
doc: Add missing paren in example.

* doc/guix.texi (Messaging Home Services): Add missing parent in
‘home-snuik-service-type’ example.

Change-Id: I97014da939f548000c45177f38387543c9200fc4
1 files changed, 1 insertions(+), 1 deletions(-)

M doc/guix.texi
M doc/guix.texi => doc/guix.texi +1 -1
@@ 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