commit c3468698fe54dd1ccfa99edc1194d400de52b416 parent 8769a87316f810039bbfdf608ada935993315ea0 Author: David Eisinger <[email protected]> Date: Fri, 2 Feb 2024 10:47:22 -0500 Revert change to author config Diffstat:
| M | config.toml | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/config.toml b/config.toml @@ -5,7 +5,7 @@ theme = 'v2' enableGitInfo = true timeout = '120s' -[[params.author]] +[author] name = 'David Eisinger' email = '[email protected]'