summaryrefslogtreecommitdiff
path: root/.guix-authorizations
diff options
context:
space:
mode:
authorAlex Griffin <a@ajgrf.com>2020-07-06 10:30:03 -0500
committerAlex Griffin <a@ajgrf.com>2020-07-06 14:10:28 -0500
commit897c1a470da759236cc11798f4e0a5f7d4d59fbc (patch)
treebb8666af3a22092db354acbf788b3c018b375a98 /.guix-authorizations
parentfa0cd6f448b9c83c5f3ee49ddbddac68831d6962 (diff)
Add '.guix-authorizations'.
* .guix-authorizations: New file.
Diffstat (limited to '.guix-authorizations')
-rw-r--r--.guix-authorizations15
1 files changed, 15 insertions, 0 deletions
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"))))