guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/06: doc: Fix typo in '.guix-channel' example.


From: guix-commits
Subject: 02/06: doc: Fix typo in '.guix-channel' example.
Date: Tue, 18 Dec 2018 10:04:32 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit 4d55431d89f0209d764af811fc1ed0e48335ee39
Author: Ludovic Courtès <address@hidden>
Date:   Tue Dec 18 11:51:02 2018 +0100

    doc: Fix typo in '.guix-channel' example.
    
    * doc/guix.texi (Channels): Remove extra quote in '.guix-channel'
    example.
---
 doc/guix.texi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/guix.texi b/doc/guix.texi
index 0d8f175..8fb4bf1 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -3053,10 +3053,10 @@ The meta-data file should contain a simple S-expression 
like this:
  (version 0)
  (dependencies
   (channel
-   (name 'some-collection)
+   (name some-collection)
    (url "https://example.org/first-collection.git";))
   (channel
-   (name 'some-other-collection)
+   (name some-other-collection)
    (url "https://example.org/second-collection.git";)
    (branch "testing"))))
 @end lisp



reply via email to

[Prev in Thread] Current Thread [Next in Thread]