From 80c59b246fc4a917b1c4745201f0d0798871f975 Mon Sep 17 00:00:00 2001 From: Matthieu Gautier Date: Tue, 2 Jun 2020 12:15:08 +0200 Subject: [PATCH] Change kiwixbot email address to the new one. --- .github/scripts/common.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/scripts/common.py b/.github/scripts/common.py index ba75a72..f8fe3e8 100644 --- a/.github/scripts/common.py +++ b/.github/scripts/common.py @@ -335,7 +335,7 @@ def update_flathub_git(): git_repo_dir = TMP_DIR / "org.kiwix.desktop" env = dict(os.environ) env["GIT_AUTHOR_NAME"] = env["GIT_COMMITTER_NAME"] = "KiwixBot" - env["GIT_AUTHOR_EMAIL"] = env["GIT_COMMITTER_EMAIL"] = "kiwixbot@kymeria.fr" + env["GIT_AUTHOR_EMAIL"] = env["GIT_COMMITTER_EMAIL"] = "release@kiwix.org" def call(command, cwd=None): cwd = cwd or git_repo_dir