diff options
author | Brahmajit Das <brahmajit.xyz@gmail.com> | 2025-03-02 18:22:28 +0530 |
---|---|---|
committer | Brahmajit Das <brahmajit.xyz@gmail.com> | 2025-03-02 18:24:28 +0530 |
commit | 3818e425a6b093ffbda549333fb2c9b5672fc809 (patch) | |
tree | bf6df666cc94e6a76ff21473c7132ce4f9a51552 | |
parent | 700a566c0b4d77cdbf9123e423c50c286d4fb802 (diff) |
git: use listout.xyz email for signing
Signed-off-by: Brahmajit Das <brahmajit.xyz@gmail.com>
-rw-r--r-- | .config/git/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/git/config b/.config/git/config index 0abebc7..b9e940a 100644 --- a/.config/git/config +++ b/.config/git/config @@ -19,7 +19,7 @@ [user] email = brahmajit.xyz@gmail.com name = Brahmajit Das - signingkey = listout@protonmail.com + signingkey = listout@listout.xyz [sendemail] smtpserver = smtp.googlemail.com smtpencryption = tls |