aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFranck Cuny <59291+fcuny@users.noreply.github.com>2025-03-15 11:24:35 -0700
committerFranck Cuny <59291+fcuny@users.noreply.github.com>2025-03-15 11:24:35 -0700
commita1ccbbf853a0c697d2405a95e4329a44cb015131 (patch)
tree7f22c0577d403cb85a58b104497ae94f72c91fd6
parentsimpler prompt for git commit (diff)
downloadinfra-a1ccbbf853a0c697d2405a95e4329a44cb015131.tar.gz
set email in git
Diffstat (limited to '')
-rw-r--r--nix/users/fcuny/git.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nix/users/fcuny/git.nix b/nix/users/fcuny/git.nix
index d30ce26..dbb9dfe 100644
--- a/nix/users/fcuny/git.nix
+++ b/nix/users/fcuny/git.nix
@@ -27,7 +27,7 @@
};
userName = "Franck Cuny";
- userEmail = "59291+fcuny@users.noreply.github.com";
+ userEmail = "franck@fcuny.net";
aliases = {
amend = "commit --amend";