From 881451e5f308afedb91232db6c59deaac6a70c49 Mon Sep 17 00:00:00 2001 From: David Eisinger Date: Mon, 12 Feb 2024 14:30:56 -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..4e888a0 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'