summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFranck Cuny <franckcuny@gmail.net>2015-07-06 13:49:35 -0700
committerFranck Cuny <franckcuny@gmail.net>2015-07-06 13:49:35 -0700
commitc7f351ddc8669b2a944e01f426724e41924a163e (patch)
treedf04e8b429b9c3cc1830ea94a63565bc99e41520
parentconfiguration files (diff)
downloademacs.d-c7f351ddc8669b2a944e01f426724e41924a163e.tar.gz
Update email address.
Diffstat (limited to '')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index dc4aaef..80fed94 100644
--- a/Makefile
+++ b/Makefile
@@ -11,7 +11,7 @@ INSTALL = \
vimrc
git:
- git config --local user.email "franck@lumberjaph.net"
+ git config --local user.email "franckcuny@gmail.net"
git config --local user.name "Franck Cuny"
INSTALLED = $(patsubst %,$(INTO)/.%,$(INSTALL))