commit 881451e5f308afedb91232db6c59deaac6a70c49 parent d8cb5ad91334b0605a7a65b5b7ba4db7db33ba5a Author: David Eisinger <[email protected]> Date: Mon, 12 Feb 2024 14:30:56 -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]'