civodul pushed a commit to branch master
in repository guix.
commit 4d55431d89f0209d764af811fc1ed0e48335ee39
Author: Ludovic Courtès <[email protected]>
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