mirror of
https://git.savannah.gnu.org/git/gnuboot.git
synced 2025-01-03 23:07:39 +01:00
Denis 'GNUtoo' Carikli
dde4223088
My main key fingerprint was used inside .guix-authorizations, but all my commits are signed with a subkey and 'guix git authenticate' only works if we put my subkey inside .guix-authorizations. I also remember that at some point I had verified that 'guix git authenticate' worked for my key, so I probably lost the changes that made it work (using my subkey) at some point while moving to another repository to do tests that don't interfere with my main work on GNU Boot. This was broken from the start in the commit bf2b91df54aa71ecbfab891d32000ad2d6af6093("Add .guix-authorizations file for "guix git authenticate""). Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> Acked-by: Adrien Bourmault <neox@gnu.org>
7 lines
225 B
Text
7 lines
225 B
Text
(authorizations
|
|
(version 0) ;current file format version
|
|
|
|
(("782F 9DDB E36B A7F3 D4DE 4906 5F5D FCC1 4177 E263"
|
|
(name "GNUtoo"))
|
|
("E23C 26A5 DEEE C5FA 9CDD D57A 57BC 26A3 6871 16F6"
|
|
(name "neox"))))
|