From 3ad25f698700491ff7a86fe30ae5646b45de05d8 Mon Sep 17 00:00:00 2001 From: ayumi Date: Sat, 9 Aug 2025 22:09:46 +0200 Subject: Fix the ALAC decoder licence screen --- lua/licenses.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/licenses.lua b/lua/licenses.lua index dae7ea15..e8bd2796 100644 --- a/lua/licenses.lua +++ b/lua/licenses.lua @@ -179,7 +179,7 @@ return function(self) end library("ALAC decoder", "MIT", function() - MIT("Copyright (c) 2005 David Hammerton") + mit("Copyright (c) 2005 David Hammerton") end) library("Ark Pixel font", "OFL", function() ofl("Copyright (C) 2021 TakWolf") -- cgit v1.2.3