diff options
Diffstat (limited to '.config/git')
-rw-r--r-- | .config/git/config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/git/config b/.config/git/config index 0f93408..712cd8e 100644 --- a/.config/git/config +++ b/.config/git/config @@ -1,12 +1,12 @@ [sendemail] smtpEncryption = tls smtpServer = smtp.fastmail.com - smtpUser = ben@gbmor.dev + smtpUser = ben@gbmor.org smtpServerPort = 587 annotate = yes [user] name = "Benjamin Morrison" - email = ben@gbmor.dev + email = ben@gbmor.org signingkey = EAB272409CD12FF0 [init] templatedir = ~/.config/git/template.git |