From 12681f52ad4bfc67a18ba618f758b5e40cb4c827 Mon Sep 17 00:00:00 2001 From: jaredmontoya <49511278+jaredmontoya@users.noreply.github.com> Date: Wed, 20 May 2026 22:01:44 +0200 Subject: [PATCH] whichllm: fix description --- pkgs/by-name/wh/whichllm/package.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/by-name/wh/whichllm/package.nix b/pkgs/by-name/wh/whichllm/package.nix index 8bdf145dd472..47677f3102df 100644 --- a/pkgs/by-name/wh/whichllm/package.nix +++ b/pkgs/by-name/wh/whichllm/package.nix @@ -45,7 +45,7 @@ python3Packages.buildPythonApplication (finalAttrs: { pythonImportsCheck = [ "whichllm" ]; meta = { - description = "Find the local LLM that actually runs and performs best on your hardware. Ranked by real, recency-aware benchmarks, not parameter count. One command, run it instantly"; + description = "Find the local LLM that actually runs and performs best on your hardware"; homepage = "https://github.com/Andyyyy64/whichllm"; changelog = "https://github.com/Andyyyy64/whichllm/blob/${finalAttrs.src.tag}/CHANGELOG.md"; license = lib.licenses.mit;