From 9ed3ebc59ea1e8e2008efd9ef6adf490e951e00b Mon Sep 17 00:00:00 2001 From: David Thompson Date: Thu, 21 Sep 2023 07:44:38 -0400 Subject: Add channel introduction commit to README. --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'README.md') 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")))) ``` -- cgit v1.2.3