From aa8ba28e9f2850644f69f1426cb871494d942579 Mon Sep 17 00:00:00 2001 From: Austin Horstman Date: Thu, 23 Jul 2026 03:12:54 -0500 Subject: [PATCH] luaPackages: update maintainers Synchronize generated package metadata with current LuaRocks manifests. --- .../lua-modules/generated-packages.nix | 25 ++++++++++++++++--- 1 file changed, 22 insertions(+), 3 deletions(-) diff --git a/pkgs/development/lua-modules/generated-packages.nix b/pkgs/development/lua-modules/generated-packages.nix index ddb97ddac85e..5f2d39d9d66c 100644 --- a/pkgs/development/lua-modules/generated-packages.nix +++ b/pkgs/development/lua-modules/generated-packages.nix @@ -301,6 +301,7 @@ final: prev: { meta = { homepage = "https://lunarmodules.github.io/busted/"; + maintainers = with lib.maintainers; [ alerque ]; license = lib.licenses.mit; description = "Elegant Lua unit testing"; longDescription = '' @@ -517,7 +518,10 @@ final: prev: { meta = { homepage = "https://github.com/lunarmodules/lua-compat-5.3"; - maintainers = with lib.maintainers; [ vcunat ]; + maintainers = with lib.maintainers; [ + vcunat + alerque + ]; license = lib.licenses.mit; description = "Compatibility module providing Lua-5.3-style APIs for Lua 5.2 and 5.1"; longDescription = '' @@ -1471,6 +1475,7 @@ final: prev: { meta = { homepage = "http://lunarmodules.github.io/ldoc"; + maintainers = with lib.maintainers; [ alerque ]; license = lib.licenses.mit; description = "A Lua Documentation Tool"; longDescription = '' @@ -2325,6 +2330,7 @@ final: prev: { meta = { homepage = "https://github.com/lunarmodules/lua-iconv/"; + maintainers = with lib.maintainers; [ alerque ]; license = lib.licenses.AND [ lib.licenses.mit lib.licenses.x11 @@ -2914,6 +2920,7 @@ final: prev: { meta = { homepage = "https://github.com/lunarmodules/lua_cliargs.git"; + maintainers = with lib.maintainers; [ alerque ]; license = lib.licenses.mit; description = "A command-line argument parsing module for Lua"; longDescription = '' @@ -2993,6 +3000,7 @@ final: prev: { meta = { homepage = "https://github.com/lunarmodules/luacheck"; + maintainers = with lib.maintainers; [ alerque ]; license = lib.licenses.mit; description = "A static analyzer and a linter for Lua"; longDescription = '' @@ -3032,6 +3040,7 @@ final: prev: { meta = { homepage = "https://lunarmodules.github.ioluacov/"; + maintainers = with lib.maintainers; [ alerque ]; license = lib.licenses.mit; description = "Coverage analysis tool for Lua scripts"; longDescription = '' @@ -3442,7 +3451,10 @@ final: prev: { meta = { homepage = "https://github.com/lunarmodules/luafilesystem"; - maintainers = with lib.maintainers; [ flosse ]; + maintainers = with lib.maintainers; [ + flosse + alerque + ]; license = lib.licenses.AND [ lib.licenses.mit lib.licenses.x11 @@ -3940,7 +3952,10 @@ final: prev: { meta = { homepage = "https://github.com/brunoos/luasec/wiki"; - maintainers = with lib.maintainers; [ flosse ]; + maintainers = with lib.maintainers; [ + flosse + alerque + ]; license = lib.licenses.mit; description = "A binding for OpenSSL library to provide TLS/SSL communication over LuaSocket."; longDescription = "This version delegates to LuaSocket the TCP connection establishment between the client and server. Then LuaSec uses this connection to start a secure TLS/SSL session."; @@ -4006,6 +4021,7 @@ final: prev: { meta = { homepage = "https://github.com/lunarmodules/luasocket"; + maintainers = with lib.maintainers; [ alerque ]; license = lib.licenses.mit; description = "Network support for the Lua language"; longDescription = '' @@ -4086,6 +4102,7 @@ final: prev: { meta = { homepage = "https://lunarmodules.github.io/busted/"; + maintainers = with lib.maintainers; [ alerque ]; license = lib.licenses.mit; description = "Lua assertions extension"; longDescription = '' @@ -4122,6 +4139,7 @@ final: prev: { meta = { homepage = "https://github.com/lunarmodules/luasystem"; + maintainers = with lib.maintainers; [ alerque ]; license = lib.licenses.mit; description = "Platform independent system calls for Lua."; longDescription = '' @@ -5902,6 +5920,7 @@ final: prev: { meta = { homepage = "https://lunarmodules.github.io/say"; + maintainers = with lib.maintainers; [ alerque ]; license = lib.licenses.mit; description = "Lua string hashing/indexing library"; longDescription = ''