From 897c1a470da759236cc11798f4e0a5f7d4d59fbc Mon Sep 17 00:00:00 2001 From: Alex Griffin Date: Mon, 6 Jul 2020 10:30:03 -0500 Subject: Add '.guix-authorizations'. * .guix-authorizations: New file. --- .guix-authorizations | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .guix-authorizations (limited to '.guix-authorizations') diff --git a/.guix-authorizations b/.guix-authorizations new file mode 100644 index 0000000..29939d6 --- /dev/null +++ b/.guix-authorizations @@ -0,0 +1,15 @@ +;; This is the list of OpenPGP keys currently authorized to sign commits in +;; this repository. + +(authorizations + (version 0) + + (("2A39 3FFF 68F4 EF7A 3D29 12AF 6F51 20A0 22FB B2D5" + (name "ajgrf")) + ("50F3 3E2E 5B0C 3D90 0424 ABE8 9BDC F497 A4BB CC7F" + (name "ambrevar")) + (;; primary: "1BA4 08C5 8BF2 0EA7 3179 635A 865D C0A3 DED9 B5D0" + "E31D 9DDE EBA5 4A14 8A20 4550 DA45 97F9 47B4 1025" + (name "jlicht")) + ("1EFB 0909 1F17 D28C CBF9 B13A 53D4 57B2 D636 EE82" + (name "roptat")))) -- cgit v1.2.3