From dde4223088cbfe8a347626638d32902ba2323b25 Mon Sep 17 00:00:00 2001 From: Denis 'GNUtoo' Carikli Date: Mon, 14 Oct 2024 15:30:58 +0200 Subject: [PATCH] Fix .guix-authorizations for Denis 'GNUtoo' Carikli. 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 Acked-by: Adrien Bourmault --- .guix-authorizations | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.guix-authorizations b/.guix-authorizations index 3f0efec..396c750 100644 --- a/.guix-authorizations +++ b/.guix-authorizations @@ -1,7 +1,7 @@ (authorizations (version 0) ;current file format version - (("FB31 DBA3 AB8D B76A 4157 329F 7651 568F 8037 4459" + (("782F 9DDB E36B A7F3 D4DE 4906 5F5D FCC1 4177 E263" (name "GNUtoo")) ("E23C 26A5 DEEE C5FA 9CDD D57A 57BC 26A3 6871 16F6" (name "neox"))))