luaPackages.{readline,image-nvim}: use lib.licenses

This commit is contained in:
Marc Jakobi
2026-05-25 22:32:57 +02:00
parent f45c940c13
commit 05e636d930
2 changed files with 3 additions and 2 deletions
@@ -30,6 +30,6 @@ buildLuarocksPackage rec {
homepage = "https://github.com/3rd/image.nvim";
description = "🖼 Bringing images to Neovim.";
maintainers = with lib.maintainers; [ SuperSandro2000 ];
license.fullName = "MIT";
license = lib.licenses.mit;
};
}
@@ -1,6 +1,7 @@
{
buildLuarocksPackage,
fetchurl,
lib,
luaAtLeast,
luaOlder,
luaposix,
@@ -39,7 +40,7 @@ buildLuarocksPackage {
meta = {
homepage = "https://pjb.com.au/comp/lua/readline.html";
description = "Interface to the readline library";
license.fullName = "MIT/X11";
license = lib.licenses.mit;
broken = (luaOlder "5.1") || (luaAtLeast "5.5");
};
}