diff options
| author | ayumi <ayumi@noreply.codeberg.org> | 2025-08-09 22:09:46 +0200 |
|---|---|---|
| committer | ayumi <ayumi@noreply.codeberg.org> | 2025-08-09 22:11:48 +0200 |
| commit | 3ad25f698700491ff7a86fe30ae5646b45de05d8 (patch) | |
| tree | bf741975d9e5e2c920fc84e4ff25418ad4c083e3 /lua | |
| parent | 2b2e595a8fb28e34ec33a98035c31bd4cba76808 (diff) | |
| download | tangara-fw-3ad25f698700491ff7a86fe30ae5646b45de05d8.tar.gz | |
Fix the ALAC decoder licence screen
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/licenses.lua | 2 |
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") |
