From ad9af0bde674b4b5cfa8db4579da769a4cd63d33 Mon Sep 17 00:00:00 2001 From: Adam Harrison Date: Sat, 20 Apr 2024 13:44:52 -0400 Subject: Fixed author variable position. --- src/lpm.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lpm.lua b/src/lpm.lua index a4cb851..b74e81f 100644 --- a/src/lpm.lua +++ b/src/lpm.lua @@ -1929,7 +1929,7 @@ local function print_addon_info(type, addons, filters) dependencies = addon.dependencies, remote = addon.remote, description = addon.description, - author = addon.author or (addon:is_core(system_bottle) and "lite-xl") or nil, + author = addon.extra and addon.extra.author or (addon:is_core(system_bottle) and "lite-xl") or nil, mod_version = addon.mod_version or LATEST_MOD_VERSION, tags = addon.tags, type = addon.type, -- cgit v1.2.3