core: corrected wrong default email
Typo in email. Signed-off-by: Jan Iversen <jani@apache.org>
This commit is contained in:
parent
1a86c17e28
commit
21bf811a57
@ -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);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user