diff options
author | Franck Cuny <franckcuny@gmail.com> | 2015-07-06 13:50:15 -0700 |
---|---|---|
committer | Franck Cuny <franckcuny@gmail.com> | 2015-07-06 13:50:15 -0700 |
commit | d4aed0946e25402fa0caf14465c705cdc1a3c612 (patch) | |
tree | e35d7e8dbffa116a5c49c6dccf802b5a9f798b6a | |
parent | Update email address. (diff) | |
download | emacs.d-d4aed0946e25402fa0caf14465c705cdc1a3c612.tar.gz |
Use the _correct_ email address.
Diffstat (limited to '')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile index 80fed94..b7550f0 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ INSTALL = \ vimrc git: - git config --local user.email "franckcuny@gmail.net" + git config --local user.email "franckcuny@gmail.com" git config --local user.name "Franck Cuny" INSTALLED = $(patsubst %,$(INTO)/.%,$(INSTALL)) |