From 36f08359064e78cf9f9c4461ea36939c899dcfc5 Mon Sep 17 00:00:00 2001 From: Alexis Hildebrandt Date: Mon, 7 Jul 2025 07:06:12 +0200 Subject: [PATCH] llm-llama-server: fix meta.description --- pkgs/development/python-modules/llm-llama-server/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/llm-llama-server/default.nix b/pkgs/development/python-modules/llm-llama-server/default.nix index cb0887020d41..4ea9f73c5a97 100644 --- a/pkgs/development/python-modules/llm-llama-server/default.nix +++ b/pkgs/development/python-modules/llm-llama-server/default.nix @@ -35,7 +35,7 @@ buildPythonPackage rec { passthru.tests = llm.mkPluginTest llm-llama-server; meta = { - description = "LLM plugin providing access to Mistral models using the Mistral API"; + description = "LLM plugin for interacting with llama-server models"; homepage = "https://github.com/simonw/llm-llama-server"; changelog = "https://github.com/simonw/llm-llama-server/releases/tag/${version}/CHANGELOG.md"; license = lib.licenses.asl20;