summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorayumi <ayumi@noreply.codeberg.org>2025-08-09 22:09:46 +0200
committerayumi <ayumi@noreply.codeberg.org>2025-08-09 22:11:48 +0200
commit3ad25f698700491ff7a86fe30ae5646b45de05d8 (patch)
treebf741975d9e5e2c920fc84e4ff25418ad4c083e3
parent2b2e595a8fb28e34ec33a98035c31bd4cba76808 (diff)
downloadtangara-fw-3ad25f698700491ff7a86fe30ae5646b45de05d8.tar.gz
Fix the ALAC decoder licence screen
-rw-r--r--lua/licenses.lua2
1 files changed, 1 insertions, 1 deletions
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")