diff --git a/pkgs/by-name/wh/whichllm/package.nix b/pkgs/by-name/wh/whichllm/package.nix index 8bdf145dd472..79fd5f198c5c 100644 --- a/pkgs/by-name/wh/whichllm/package.nix +++ b/pkgs/by-name/wh/whichllm/package.nix @@ -30,7 +30,7 @@ python3Packages.buildPythonApplication (finalAttrs: { rich typer ] - ++ python3Packages.dbgpu.optional-dependencies.fuzz; + ++ dbgpu.optional-dependencies.fuzz; nativeCheckInputs = with python3Packages; [ pytestCheckHook ]; @@ -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; diff --git a/pkgs/development/python-modules/dbgpu/default.nix b/pkgs/development/python-modules/dbgpu/default.nix index ee31a2e407a3..808295363c0d 100644 --- a/pkgs/development/python-modules/dbgpu/default.nix +++ b/pkgs/development/python-modules/dbgpu/default.nix @@ -35,7 +35,7 @@ buildPythonPackage (finalAttrs: { pythonImportsCheck = [ "dbgpu" ]; meta = { - description = "A small, easy-to-use open source database of over 2000 GPUs with architecture, manufacturing, API support and performance details"; + description = "Small, easy-to-use open source database of over 2000 GPUs with architecture, manufacturing, API support and performance details"; homepage = "https://github.com/painebenjamin/dbgpu"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ jaredmontoya ];