core: corrected wrong default email

Typo in email.

Signed-off-by: Jan Iversen <jani@apache.org>
This commit is contained in:
jan Iversen 2018-05-16 20:05:27 +02:00 committed by Dirk Hohndel
parent 1a86c17e28
commit 21bf811a57

View file

@ -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);