WIP broken stage

This commit is contained in:
2026-01-06 15:40:30 -05:00
parent 85bd564164
commit 2c2dc57453
32 changed files with 9 additions and 3 deletions

View File

@@ -11,8 +11,8 @@ function M.year(y)
return y or os.date("%Y")
end
function M.copyright(link, holder, year)
return symbol.legal.copyright .. " " .. M.year(year) .. " " .. std.external(link, holder)
function M.copyright(link, holder)
return symbol.legal.copyright .. " " .. std.external(link, holder)
end
function M.license(name)