From 29ac4e29f9ff3131707d685af4d00d9e49769afb Mon Sep 17 00:00:00 2001 From: dadada Date: Sat, 18 Nov 2023 16:42:22 +0100 Subject: [PATCH] Change committer address --- commit.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commit.go b/commit.go index 84d92c1..7d40db9 100644 --- a/commit.go +++ b/commit.go @@ -44,7 +44,7 @@ func commit( All: false, Author: &object.Signature{ Name: "Pad Archiver[bot]", - Email: "dadada+pad-archiver@dadada.li@", + Email: "noreply@example.com", When: time.Now(), }, },