doc: Fix typo in '.guix-channel' example.
* doc/guix.texi (Channels): Remove extra quote in '.guix-channel' example.
This commit is contained in:
parent
6616a35202
commit
4d55431d89
1 changed files with 2 additions and 2 deletions
|
@ -3053,10 +3053,10 @@ The meta-data file should contain a simple S-expression like this:
|
||||||
(version 0)
|
(version 0)
|
||||||
(dependencies
|
(dependencies
|
||||||
(channel
|
(channel
|
||||||
(name 'some-collection)
|
(name some-collection)
|
||||||
(url "https://example.org/first-collection.git"))
|
(url "https://example.org/first-collection.git"))
|
||||||
(channel
|
(channel
|
||||||
(name 'some-other-collection)
|
(name some-other-collection)
|
||||||
(url "https://example.org/second-collection.git")
|
(url "https://example.org/second-collection.git")
|
||||||
(branch "testing"))))
|
(branch "testing"))))
|
||||||
@end lisp
|
@end lisp
|
||||||
|
|
Reference in a new issue