summary refs log tree commit diff
diff options
context:
space:
mode:
authorFranck Cuny <franckcuny@gmail.com>2015-07-06 13:50:15 -0700
committerFranck Cuny <franckcuny@gmail.com>2015-07-06 13:50:15 -0700
commitd4aed0946e25402fa0caf14465c705cdc1a3c612 (patch)
treee35d7e8dbffa116a5c49c6dccf802b5a9f798b6a
parentUpdate email address. (diff)
downloademacs.d-d4aed0946e25402fa0caf14465c705cdc1a3c612.tar.gz
Use the _correct_ email address.
Diffstat (limited to '')
-rw-r--r--Makefile2
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))