diff options
Diffstat (limited to 'cvs/.gitconfig')
-rw-r--r-- | cvs/.gitconfig | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cvs/.gitconfig b/cvs/.gitconfig index 72d0f80..052ff03 100644 --- a/cvs/.gitconfig +++ b/cvs/.gitconfig @@ -1,6 +1,6 @@ [user] name = Mikhail Kirillov - email = w96k@riseup.net + email = w96k@runbox.com [gpg] program = gpg2 [github] @@ -9,8 +9,8 @@ ui = auto [sendemail] smtpEncryption = tls - smtpServer = smtp.riseup.net - smtpUser = w96k@riseup.net + smtpServer = mail.runbox.com + smtpUser = w96k@runbox.com smtpServerPort = 587 [init] defaultBranch = master |