fix: update Git user email to match current address

This commit is contained in:
emmatherock
2026-07-23 01:29:26 -03:00
parent 3f053c20e7
commit 3fd23440ad
+1 -1
View File
@@ -3,7 +3,7 @@
enable = true; enable = true;
settings.user = { settings.user = {
name = "emmatherock"; name = "emmatherock";
email = "emanuelxoda@gmail.com"; email = "emma@mikufanclub.lat";
}; };
}; };
} }