mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-08 07:46:15 +00:00
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
1 changed files with 1 additions and 1 deletions
|
@ -1074,7 +1074,7 @@ static int get_authorship(git_repository *repo, git_signature **authorp)
|
||||||
/* Default name information, with potential OS overrides */
|
/* Default name information, with potential OS overrides */
|
||||||
struct user_info user = {
|
struct user_info user = {
|
||||||
.name = "Subsurface",
|
.name = "Subsurface",
|
||||||
.email = "subsurace@subsurface-divelog.org"
|
.email = "subsurface-app-account@subsurface-divelog.org"
|
||||||
};
|
};
|
||||||
|
|
||||||
subsurface_user_info(&user);
|
subsurface_user_info(&user);
|
||||||
|
|
Loading…
Add table
Reference in a new issue