From d4aed0946e25402fa0caf14465c705cdc1a3c612 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Mon, 6 Jul 2015 13:50:15 -0700 Subject: Use the _correct_ email address. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) -- cgit 1.4.1