civodul pushed a commit to branch master
in repository guix.

commit c91e27c60864faa229198f6f0caf620275c429a2
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"))))

Reply via email to