diff options
| author | Franck Cuny <59291+fcuny@users.noreply.github.com> | 2025-03-15 11:24:35 -0700 |
|---|---|---|
| committer | Franck Cuny <59291+fcuny@users.noreply.github.com> | 2025-03-15 11:24:35 -0700 |
| commit | a1ccbbf853a0c697d2405a95e4329a44cb015131 (patch) | |
| tree | 7f22c0577d403cb85a58b104497ae94f72c91fd6 | |
| parent | simpler prompt for git commit (diff) | |
| download | infra-a1ccbbf853a0c697d2405a95e4329a44cb015131.tar.gz | |
set email in git
Diffstat (limited to '')
| -rw-r--r-- | nix/users/fcuny/git.nix | 2 |
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"; |
