From 3ceeec3bcff6970a8d0bc5ddf10fff644bb74fb8 Mon Sep 17 00:00:00 2001 From: David Eisinger Date: Fri, 2 Feb 2024 01:30:44 -0500 Subject: [PATCH] Fix deprecation warning --- config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.toml b/config.toml index 6930b66..d832f62 100644 --- a/config.toml +++ b/config.toml @@ -5,7 +5,7 @@ theme = 'v2' enableGitInfo = true timeout = '120s' -[author] +[[params.author]] name = 'David Eisinger' email = 'hello@davideisinger.com'