luaPackages: update licenses

This commit is contained in:
jopejoe1
2026-08-19 10:21:42 +02:00
parent 0676f9cc5b
commit db9c4510f2

View File

@@ -946,7 +946,7 @@ final: prev: {
meta = {
homepage = "https://github.com/NTBBloodbath/fallo";
maintainers = with lib.maintainers; [ mrcjkb ];
license.fullName = "LGPL-2.0-only";
license = lib.licenses.lgpl2Only;
description = "Modern and ergonomic error handling for Lua, inspired by Rust's Result.";
};
}