From b8f4746cd0b16f1e2d0312ecd49a3486c7bd73b3 Mon Sep 17 00:00:00 2001 From: Mohammad Rafiq Date: Thu, 8 May 2025 18:33:59 +0800 Subject: [PATCH] feat(git/config): change author email to rafiq@rrv.sh --- configs/programs/git.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/programs/git.nix b/configs/programs/git.nix index ebb1b4f..24e9be9 100644 --- a/configs/programs/git.nix +++ b/configs/programs/git.nix @@ -9,7 +9,7 @@ programs.git = { enable = true; userName = "Mohammad Rafiq"; - userEmail = "mohammadrafiq567@gmail.com"; + userEmail = "rafiq@rrv.sh"; # Thanks to https://blog.notashelf.dev/posts/2025-02-24-ssh-signing-commits.html! signing.key = "~/.ssh/id_ed25519.pub"; signing.signByDefault = true;