diff options
| author | Ivan Trubach <mr.trubach@icloud.com> | 2024-07-25 11:37:23 +0300 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2024-08-02 04:26:39 +0000 |
| commit | ec05d037c8d0676f2ec258a016e42d9e4636b924 (patch) | |
| tree | 282428ae8e2f691b1a3fe9477ffe2ad93cd6a44c | |
| parent | Merge pull request #331529 from NixOS/backport-331499-to-release-24.05 (diff) | |
| download | nixpkgs-origin/backport-329854-to-release-24.05.tar.gz | |
lutok: update meta.descriptionorigin/backport-329854-to-release-24.05
(cherry picked from commit 4a79f0bce26d4f978ff45b1992aeff59aa37bd4a)
| -rw-r--r-- | pkgs/by-name/lu/lutok/package.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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 ]; |
