diff options
author | Ludovic Courtès <ludo@gnu.org> | 2018-12-18 11:51:02 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2018-12-18 16:04:25 +0100 |
commit | 4d55431d89f0209d764af811fc1ed0e48335ee39 (patch) | |
tree | 2296439706ba2113c88740758f104d23bc442262 /doc | |
parent | 6616a35202378dd8d33fcf5f32ca57ee08e1a09e (diff) | |
download | guix-4d55431d89f0209d764af811fc1ed0e48335ee39.tar 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')
-rw-r--r-- | doc/guix.texi | 4 |
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 |