summaryrefslogtreecommitdiff
path: root/doc/guix.texi
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2018-12-18 11:51:02 +0100
committerLudovic Courtès <ludo@gnu.org>2018-12-18 16:04:25 +0100
commit4d55431d89f0209d764af811fc1ed0e48335ee39 (patch)
tree2296439706ba2113c88740758f104d23bc442262 /doc/guix.texi
parent6616a35202378dd8d33fcf5f32ca57ee08e1a09e (diff)
downloadgnu-guix-4d55431d89f0209d764af811fc1ed0e48335ee39.tar
gnu-guix-4d55431d89f0209d764af811fc1ed0e48335ee39.tar.gz
doc: Fix typo in '.guix-channel' example.
* doc/guix.texi (Channels): Remove extra quote in '.guix-channel' example.
Diffstat (limited to 'doc/guix.texi')
-rw-r--r--doc/guix.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/guix.texi b/doc/guix.texi
index 0d8f1757a3..8fb4bf1a45 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