From 76f5b27c516c99be1aef46debfd3bfa6cf4ed7d6 Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Fri, 29 Apr 2022 19:48:18 -0400 Subject: [PATCH] git: use my @kelar.org address (and its smtp server) by default --- .config/git/config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/git/config b/.config/git/config index 2cef2a2..04a83fb 100644 --- a/.config/git/config +++ b/.config/git/config @@ -1,6 +1,6 @@ [user] name = Amin Bandali - email = bandali@gnu.org + email = bandali@kelar.org signingkey = BE6273738E616D6D1B3A08E8A21A020248816103 [commit] @@ -57,7 +57,7 @@ [sendemail] smtpuser = bandali - smtpserver = fencepost.gnu.org + smtpserver = mail.kelar.org smtpserverport = 587 smtpencryption = tls annotate = yes -- 2.20.1