From 8eda10198230d3730241c8bd0da67c4be466050e Mon Sep 17 00:00:00 2001 From: Justin Mayer Date: Sun, 2 Jul 2023 16:17:45 +0200 Subject: [PATCH] Change botpub email address for Git commits --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 523b321..12449a6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,7 @@ markdown = ["markdown"] [tool.autopub] project-name = "PDF Generator" git-username = "botpub" -git-email = "botpub@autopub.rocks" +git-email = "52496925+botpub@users.noreply.github.com" append-github-contributor = true [tool.isort]