diff options
author | jan Iversen <jani@libreoffice.org> | 2018-05-16 20:05:27 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2018-05-17 11:32:54 -0700 |
commit | 21bf811a57f999423b1d37ed753364dba2d2cb8b (patch) | |
tree | a28fd43cd6b51152f5bae16182c7047a1ce02342 | |
parent | 1a86c17e286b9fc1ec436355a3c1a3b24c32c779 (diff) | |
download | subsurface-21bf811a57f999423b1d37ed753364dba2d2cb8b.tar.gz |
core: corrected wrong default email
Typo in email.
Signed-off-by: Jan Iversen <jani@apache.org>
-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); |