diff options
author | Ludovic Courtès <ludo@gnu.org> | 2020-07-24 16:04:05 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2020-07-24 18:56:25 +0200 |
commit | 9c7581a1273d049a95c0fa4f52fe29ec9145d101 (patch) | |
tree | 43c72c9f912378a373d4b36429680612b07def86 /doc | |
parent | beb7a28110cfd9f6a134421aade9adaba12d1baa (diff) |
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.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index fb1c66dcf4..0d090eef18 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -4379,7 +4379,7 @@ say, on another machine, by providing a channel specification in (list (channel (name 'guix) (url "https://git.savannah.gnu.org/git/guix.git") - (commit "d894ab8e9bfabcefa6c49d9ba2e834dd5a73a300")) + (commit "6298c3ffd9654d3231a6f25390b056483e8f407c")) (channel (name 'my-personal-packages) (url "https://example.org/personal-packages.git") |