From 5d3b10756dcf126fa7db9bcd231bf45248db50da Mon Sep 17 00:00:00 2001 From: Marley Rae Date: Thu, 10 Oct 2024 20:19:48 -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 6f579b8..21d76a6 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 = punkfairie + name = Marley Rae email = marley@punkfairie.net {{ if hasKey . "gpgKey" -}} signingkey = {{ .gpgKey }}