doc: Fix typo in channel example.
* doc/guix.texi (Channels): Use 'commit' field instead of 'branch' in example.
This commit is contained in:
parent
da355a67a0
commit
8b3dc5cf0e
1 changed files with 1 additions and 1 deletions
|
@ -4158,7 +4158,7 @@ say, on another machine, by providing a channel specification in
|
||||||
(channel
|
(channel
|
||||||
(name 'my-personal-packages)
|
(name 'my-personal-packages)
|
||||||
(url "https://example.org/personal-packages.git")
|
(url "https://example.org/personal-packages.git")
|
||||||
(branch "dd3df5e2c8818760a8fc0bd699e55d3b69fef2bb")))
|
(commit "dd3df5e2c8818760a8fc0bd699e55d3b69fef2bb")))
|
||||||
@end lisp
|
@end lisp
|
||||||
|
|
||||||
The @command{guix describe --format=channels} command can even generate this
|
The @command{guix describe --format=channels} command can even generate this
|
||||||
|
|
Reference in a new issue