From b1dfc274ada96d1af000789d5d8342c4b3ffd34b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Sun, 6 Jul 2025 16:26:12 +0200 Subject: [PATCH] doc: Add missing paren in example. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * doc/guix.texi (Messaging Home Services): Add missing parent in ‘home-snuik-service-type’ example. Change-Id: I97014da939f548000c45177f38387543c9200fc4 --- doc/guix.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/guix.texi b/doc/guix.texi index d6b08da43ee76de3b38968b8f59fdb93430fd701..bfeb1e65799b0f111883fb3487df506b36466c7a 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