diff options
author | Michael Hunteman <michael@huntm.net> | 2023-09-01 15:56:10 -0500 |
---|---|---|
committer | Michael Hunteman <michael@huntm.net> | 2023-09-01 15:56:10 -0500 |
commit | c86e30a8378a85e118733e106058c445260966cf (patch) | |
tree | a6a6b60634f1e18ac9d56ad4fb1c65192cd1b248 /.config/git/config | |
parent | 11673def6e83141e4d9b7889272597c3e37febb5 (diff) |
Update git signing key
Diffstat (limited to '.config/git/config')
-rw-r--r-- | .config/git/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/git/config b/.config/git/config index 7bf7200..49fec03 100644 --- a/.config/git/config +++ b/.config/git/config @@ -1,7 +1,7 @@ [user] name = Michael Hunteman email = michael@huntm.net - signingkey = CD58DA56 + signingkey = 7E43BF68 [core] editor = nvim [commit] |