doc: Fix typo in '.guix-channel' example.

* doc/guix.texi (Channels): Remove extra quote in '.guix-channel'
example.
master
Ludovic Courtès 2018-12-18 11:51:02 +01:00
parent 6616a35202
commit 4d55431d89
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 2 additions and 2 deletions

View File

@ -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