mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
doc: Use an existing commit in channel example.
Suggested by zimoun <zimon.toutoune@gmail.com>. * doc/guix.texi (Channels): Use the commit for 'v1.0.0' instead of a non-existing commit in example.
This commit is contained in:
parent
beb7a28110
commit
9c7581a127
1 changed files with 1 additions and 1 deletions
|
@ -4379,7 +4379,7 @@ say, on another machine, by providing a channel specification in
|
||||||
(list (channel
|
(list (channel
|
||||||
(name 'guix)
|
(name 'guix)
|
||||||
(url "https://git.savannah.gnu.org/git/guix.git")
|
(url "https://git.savannah.gnu.org/git/guix.git")
|
||||||
(commit "d894ab8e9bfabcefa6c49d9ba2e834dd5a73a300"))
|
(commit "6298c3ffd9654d3231a6f25390b056483e8f407c"))
|
||||||
(channel
|
(channel
|
||||||
(name 'my-personal-packages)
|
(name 'my-personal-packages)
|
||||||
(url "https://example.org/personal-packages.git")
|
(url "https://example.org/personal-packages.git")
|
||||||
|
|
Loading…
Reference in a new issue