diff options
author | Ludovic Courtès <ludo@gnu.org> | 2020-05-01 15:07:02 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2020-05-04 09:56:12 +0200 |
commit | c91e27c60864faa229198f6f0caf620275c429a2 (patch) | |
tree | 9169328359614032c7c29fb0efe656cdcb81dc7d /.guix-authorizations | |
parent | c563f8887db23241922fabf62a4da5d1526a644f (diff) | |
download | guix-c91e27c60864faa229198f6f0caf620275c429a2.tar guix-c91e27c60864faa229198f6f0caf620275c429a2.tar.gz |
Add '.guix-authorizations'.
* .guix-authorizations: New file.
Diffstat (limited to '.guix-authorizations')
-rw-r--r-- | .guix-authorizations | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.guix-authorizations b/.guix-authorizations new file mode 100644 index 0000000000..25fd1d85a1 --- /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")))) |