From 21bf811a57f999423b1d37ed753364dba2d2cb8b Mon Sep 17 00:00:00 2001 From: jan Iversen Date: Wed, 16 May 2018 20:05:27 +0200 Subject: core: corrected wrong default email Typo in email. Signed-off-by: Jan Iversen --- core/save-git.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/save-git.c') diff --git a/core/save-git.c b/core/save-git.c index df6044c77..23d26961f 100644 --- a/core/save-git.c +++ b/core/save-git.c @@ -1074,7 +1074,7 @@ static int get_authorship(git_repository *repo, git_signature **authorp) /* Default name information, with potential OS overrides */ struct user_info user = { .name = "Subsurface", - .email = "subsurace@subsurface-divelog.org" + .email = "subsurface-app-account@subsurface-divelog.org" }; subsurface_user_info(&user); -- cgit v1.2.3-70-g09d2