commit e46d29956686649a162574c1e309e91b39237a3d (patch)
parent 6207dc254be12ee5a1ee016c6461ae4a2abe211e
Author: Alex Karle <alex@alexkarle.com>
Date: Fri, 26 Jun 2020 23:58:52 -0400
git: Change contact git@ -> alex@alexkarle.com
After sleeping on it, I decided it feels more natural to email
USER@domain instead of FUNCTION@domain.
I know there's a lot of companies out there that do the latter (i.e.
support@company.com), but I'm a single person, and I want my commits to
represent that (and not give the illusion of being an entity).
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/git/config b/git/config
@@ -2,12 +2,12 @@
editor = $EDITOR
[user]
- email = git@alexkarle.com
+ email = alex@alexkarle.com
name = Alex Karle
[sendemail]
smtpserver = smtp.fastmail.com
- smtpuser = git@alexkarle.com
+ smtpuser = alex@alexkarle.com
smtpencryption = tls
smtpserverport = 587
annotate = yes