summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Trubach <mr.trubach@icloud.com>2024-07-25 11:37:23 +0300
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2024-08-02 04:26:39 +0000
commitec05d037c8d0676f2ec258a016e42d9e4636b924 (patch)
tree282428ae8e2f691b1a3fe9477ffe2ad93cd6a44c
parentMerge pull request #331529 from NixOS/backport-331499-to-release-24.05 (diff)
downloadnixpkgs-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.nix2
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 ];