[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/08: doc: Fix typo in channel example.
From: |
guix-commits |
Subject: |
01/08: doc: Fix typo in channel example. |
Date: |
Tue, 4 Feb 2020 18:22:05 -0500 (EST) |
civodul pushed a commit to branch master
in repository guix.
commit 8b3dc5cf0e129fc61b6eaa711897f61afc0fe45a
Author: Ludovic Courtès <address@hidden>
AuthorDate: Mon Feb 3 09:22:26 2020 +0100
doc: Fix typo in channel example.
* doc/guix.texi (Channels): Use 'commit' field instead of 'branch' in
example.
---
doc/guix.texi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/guix.texi b/doc/guix.texi
index 956c25b..57e4846 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -4158,7 +4158,7 @@ say, on another machine, by providing a channel
specification in
(channel
(name 'my-personal-packages)
(url "https://example.org/personal-packages.git")
- (branch "dd3df5e2c8818760a8fc0bd699e55d3b69fef2bb")))
+ (commit "dd3df5e2c8818760a8fc0bd699e55d3b69fef2bb")))
@end lisp
The @command{guix describe --format=channels} command can even generate this
- branch master updated (da355a6 -> 892be26), guix-commits, 2020/02/04
- 03/08: gnu: liquid-dsp: Remove unused module imports., guix-commits, 2020/02/04
- 05/08: gnu: Add stb-sprintf., guix-commits, 2020/02/04
- 08/08: gnu: mutt: Enable Autocrypt support., guix-commits, 2020/02/04
- 01/08: doc: Fix typo in channel example.,
guix-commits <=
- 02/08: doc: Improve "guix pack -f docker" example., guix-commits, 2020/02/04
- 06/08: gnu: Add stb-truetype., guix-commits, 2020/02/04
- 07/08: gnu: Add gnome-shell-extension-appindicator., guix-commits, 2020/02/04
- 04/08: gnu: Add redsea., guix-commits, 2020/02/04