Unverified Commit 229d6724 authored by Randy Eckenrode's avatar Randy Eckenrode Committed by GitHub
Browse files

Merge pull request #329854 from tie/patch-2

lutok: update meta.description
parents 41afad99 4a79f0bc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 ];