From 49aa5d1fbcbefaf9cb109453610a0554a79b5130 Mon Sep 17 00:00:00 2001 From: Jonathan Schleifer Date: Thu, 4 Jan 2024 18:59:09 +0000 Subject: [PATCH] Switch to new signing key --- git/config | 2 +- setup.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/git/config b/git/config index 3b93e22..f0248ae 100644 --- a/git/config +++ b/git/config @@ -1,7 +1,7 @@ [user] name = Jonathan Schleifer email = js@nil.im - signingkey = 7395312F + signingkey = EC9BE683 [color] ui = auto diff --git a/setup.sh b/setup.sh index c604278..d4bd029 100755 --- a/setup.sh +++ b/setup.sh @@ -35,7 +35,7 @@ if have fossil; then gpg="false" fi - gpg_key="7395312F" + gpg_key="EC9BE683" if $gpg --list-secret-keys $gpg_key >/dev/null 2>&1; then fossil set --global pgp-command \ "$gpg -u $gpg_key --clearsign -o"