summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md16
1 files changed, 8 insertions, 8 deletions
diff --git a/README.md b/README.md
index ef244bc..a910fc1 100644
--- a/README.md
+++ b/README.md
@@ -13,12 +13,12 @@ Add the following to the list in `~/.config/guix/channels.scm`:
```scheme
(channel
- (name 'dthompson)
- (url "https://git.dthompson.us/guix-channel.git")
- (branch "main")
- (introduction
- (make-channel-introduction
- "commit goes here"
- (openpgp-fingerprint
- "8CCB A7F5 52B9 CBEA E1FB 2915 8328 C747 0FF1 D807"))))
+ (name 'dthompson)
+ (url "https://git.dthompson.us/guix-channel.git")
+ (branch "main")
+ (introduction
+ (make-channel-introduction
+ "df2e993dbfe9e45e8ad66226d3a136e3ffcbebf8"
+ (openpgp-fingerprint
+ "8CCB A7F5 52B9 CBEA E1FB 2915 8328 C747 0FF1 D807"))))
```