From 71f60f53fac2e7a9599abf90916c61023d144f50 Mon Sep 17 00:00:00 2001 From: punkfairie Date: Thu, 10 Oct 2024 20:20:23 -0700 Subject: [PATCH] Update .config/git/config.local --- dot_config/git/config.local.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dot_config/git/config.local.tmpl b/dot_config/git/config.local.tmpl index 21d76a6..6f579b8 100644 --- a/dot_config/git/config.local.tmpl +++ b/dot_config/git/config.local.tmpl @@ -1,7 +1,7 @@ # vim:set ft=gitconfig : [user] - name = Marley Rae + name = punkfairie email = marley@punkfairie.net {{ if hasKey . "gpgKey" -}} signingkey = {{ .gpgKey }}