From 3fd23440adb623604a7b508b4224a274a73cabb6 Mon Sep 17 00:00:00 2001 From: emmatherock Date: Thu, 23 Jul 2026 01:29:26 -0300 Subject: [PATCH] fix: update Git user email to match current address --- home/emmatherock/git.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/emmatherock/git.nix b/home/emmatherock/git.nix index 9f4bef8..1490499 100644 --- a/home/emmatherock/git.nix +++ b/home/emmatherock/git.nix @@ -3,7 +3,7 @@ enable = true; settings.user = { name = "emmatherock"; - email = "emanuelxoda@gmail.com"; + email = "emma@mikufanclub.lat"; }; }; }