diff options
author | David Thompson <dthompson2@worcester.edu> | 2023-09-21 07:44:38 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2023-09-21 07:44:38 -0400 |
commit | 9ed3ebc59ea1e8e2008efd9ef6adf490e951e00b (patch) | |
tree | 944aeb4c62d4189d4b7d8897d1ee4ab98bde8da4 | |
parent | df2e993dbfe9e45e8ad66226d3a136e3ffcbebf8 (diff) |
Add channel introduction commit to README.
-rw-r--r-- | README.md | 16 |
1 files changed, 8 insertions, 8 deletions
@@ -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")))) ``` |