From f9036f78b4b4f4f35f52b3584dd5a3a747b498bf Mon Sep 17 00:00:00 2001 From: Timo Wilken Date: Mon, 22 May 2023 23:25:53 +0200 Subject: Provide introductory commit Authorize both of my keys that have authored commits, including the "private" one and the "CERN" one. --- .guix-authorizations | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .guix-authorizations (limited to '.guix-authorizations') diff --git a/.guix-authorizations b/.guix-authorizations new file mode 100644 index 00000000..5ff5cddb --- /dev/null +++ b/.guix-authorizations @@ -0,0 +1,8 @@ +;; See also: info guix 'Specifying Channel Authorizations' +;; `guix git authenticate' does not like (name ...) records next to key fingerprints. +(authorizations + (version 0) + (("53EC 3C06 8568 83DD 9235 5BC2 2FC7 8504 681F 69B0" + (name "timo")) + ("C224 9BBE 5E87 61C9 43A0 CFA1 B7B3 914B F63A CD7C" + (name "timo-cern")))) -- cgit v1.2.3