diff options
-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 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 |