From 4fb313657e957f62c8aa90b60efb4cfb0e1d1650 Mon Sep 17 00:00:00 2001 From: Victor Westerlund Date: Sat, 28 Feb 2026 17:42:11 +0100 Subject: [PATCH] fix(git): use new PGP key for signing commits (#120) Reviewed-on: https://codeberg.org/vlw/dotfiles/pulls/120 --- .gitconfig | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitconfig b/.gitconfig index 81fd0de..0d5ad5d 100644 --- a/.gitconfig +++ b/.gitconfig @@ -1,8 +1,7 @@ [user] email = victor@vlw.se name = Victor Westerlund - signingkey = DCE987311CB5D2A252F58951D0AD730E1057DFC6 - signkey = 1057DFC6 + signingkey = 5DAF14C317AA7719 [core] fileMode = false excludesfile = ~/.config/git/.gitignore