civodul pushed a commit to branch wip-openpgp
in repository guix.
commit 21d9176b05a92a9e8730dd710ff3e91b2446083b
Author: Ludovic Courtès <[email protected]>
AuthorDate: Fri May 1 15:07:02 2020 +0200
Add '.guix-authorizations'.
* .guix-authorizations: New file.
---
.guix-authorizations | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/.guix-authorizations b/.guix-authorizations
new file mode 100644
index 0000000..25fd1d8
--- /dev/null
+++ b/.guix-authorizations
@@ -0,0 +1,8 @@
+;; This is the list of OpenPGP keys currently authorized to sign commits in
+;; this repository.
+
+(authorizations
+ (version 0)
+
+ (("3CE4 6455 8A84 FDC6 9DB4 0CFB 090B 1199 3D9A EBB5"
+ (name "civodul"))))