From 556b8ca81867c087a8252afb97c3430d26a5671c Mon Sep 17 00:00:00 2001 From: Pierre Neidhardt Date: Fri, 30 Mar 2018 16:08:40 +0530 Subject: [PATCH] gitconfig: Set default email recipient to guix-patches@gnu.org --- .gitconfig | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitconfig b/.gitconfig index 2778102..6354848 100644 --- a/.gitconfig +++ b/.gitconfig @@ -37,10 +37,10 @@ smtpencryption = tls smtpserver = smtp.gmail.com smtpuser = ambrevar@gmail.com smtpserverport = 587 -to = pacman-dev@archlinux.org +to = guix-patches@gnu.org suppresscc = author -# sendemail.confir = auto -aliasfiletype = mutt +# sendemail.confirm = auto +# aliasfiletype = mutt # aliasesfile = ~/.mutt.d/aliases [core]