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"