commit 3ceeec3bcff6970a8d0bc5ddf10fff644bb74fb8 parent 7285c58add56e2ac6b5f7bf62914f0615ac23c9f Author: David Eisinger <[email protected]> Date: Fri, 2 Feb 2024 01:30:44 -0500 Fix deprecation warning 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' -[author] +[[params.author]] name = 'David Eisinger' email = '[email protected]'