From d50e402a70d1a96d8d61300447c0444fd901c4d0 Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Thu, 5 Nov 2020 11:42:24 +0200 Subject: [PATCH] Actually do channel authentication --- .guix-authorizations | 8 +++++--- .guix-channel | 8 +++++--- README.md | 2 +- 3 files changed, 11 insertions(+), 7 deletions(-) diff --git a/.guix-authorizations b/.guix-authorizations index 668fbe3..bf0895c 100644 --- a/.guix-authorizations +++ b/.guix-authorizations @@ -1,4 +1,6 @@ (authorizations - (version 0) - (("A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351" - (name "efraim")))) + (version 0) + (("A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351" + (name "efraim")))) + +/* vim: set ft=scheme : */ diff --git a/.guix-channel b/.guix-channel index 842c996..076a351 100644 --- a/.guix-channel +++ b/.guix-channel @@ -1,4 +1,6 @@ (channel - (version 0) - ;(news-file "news.txt") - (url "https://git.sr.ht/~efraim/my-guix")) + (version 0) + ;(news-file "news.txt") + (url "https://git.sr.ht/~efraim/my-guix")) + +/* vim: set ft=scheme : */ diff --git a/README.md b/README.md index f56b43c..5774227 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ To do so, add it to '~/.config/guix/channels.scm': ;; Enable signature verification: (introduction (make-channel-introduction - "cbc5f5e79732ddea5eb8a2456fce0e7c15c8fa23" + "4589296d61888fa88de331d5e180713c6a268c6f" (openpgp-fingerprint "A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351")))) %default-channels)