From ec05d037c8d0676f2ec258a016e42d9e4636b924 Mon Sep 17 00:00:00 2001 From: Ivan Trubach Date: Thu, 25 Jul 2024 11:37:23 +0300 Subject: [PATCH] lutok: update meta.description (cherry picked from commit 4a79f0bce26d4f978ff45b1992aeff59aa37bd4a) --- pkgs/by-name/lu/lutok/package.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/by-name/lu/lutok/package.nix b/pkgs/by-name/lu/lutok/package.nix index a09724b5348f..144854abb9e4 100644 --- a/pkgs/by-name/lu/lutok/package.nix +++ b/pkgs/by-name/lu/lutok/package.nix @@ -77,7 +77,7 @@ lib.fix ( __structuredAttrs = true; meta = { - description = "Libraries to write tests in C, C++, and shell"; + description = "Lightweight C++ API for Lua"; homepage = "https://github.com/freebsd/lutok/"; license = lib.licenses.bsd3; maintainers = with lib.maintainers; [ reckenrode ];