From 9b4951421c1493561ec74026d4cb2fc0a97bb262 Mon Sep 17 00:00:00 2001 From: Mikkel Troels Kongsted Date: Fri, 20 Mar 2026 14:10:32 +0100 Subject: [PATCH] add .git-authors.toml --- .git-authors.toml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .git-authors.toml diff --git a/.git-authors.toml b/.git-authors.toml new file mode 100644 index 0000000..019fb8d --- /dev/null +++ b/.git-authors.toml @@ -0,0 +1,11 @@ +[authors.mtk] +name = "Mikkel Troels Kongsted" +email = "mtkongsted@gmail.com" + +[authors.tph] +name = "Theis Pieter Hollebeek" +email = "tphollebeek@gmail.com" + +[authors.sfj] +name = "Simon From Jakobsen" +email = "sfja2004@gmail.com" \ No newline at end of file