1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 13:10:33 +02:00

doc: Add missing paren in example.

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

Change-Id: I97014da939f548000c45177f38387543c9200fc4
This commit is contained in:
Ludovic Courtès
2025-07-06 16:26:12 +02:00
parent 894625f5e8
commit b1dfc274ad

View File

@@ -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