diff options
-rw-r--r-- | core/save-git.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); |