From aa951ab1231ce90bf403eb50c5239bc48261085b Mon Sep 17 00:00:00 2001 From: Shivaraj B H Date: Wed, 31 Jul 2024 16:15:50 +0530 Subject: [PATCH] open-webui: Follow contribution guidelines for `meta.description` You can find the guidelines for `meta.description` at https://github.com/NixOS/nixpkgs/blob/9f918d616c5321ad374ae6cb5ea89c9e04bf3e58/pkgs/README.md?plain=1#L375-L383 Co-authored-by: Aleksana --- pkgs/by-name/op/open-webui/package.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/by-name/op/open-webui/package.nix b/pkgs/by-name/op/open-webui/package.nix index 606f3e816eae..dc762e3362d1 100644 --- a/pkgs/by-name/op/open-webui/package.nix +++ b/pkgs/by-name/op/open-webui/package.nix @@ -135,7 +135,7 @@ python3.pkgs.buildPythonApplication rec { }; meta = { - description = "Full-stack of open-webui. open-webui is a user-friendly WebUI for LLMs (Formerly Ollama WebUI)"; + description = "Comprehensive suite for LLMs with a user-friendly WebUI"; homepage = "https://github.com/open-webui/open-webui"; changelog = "https://github.com/open-webui/open-webui/blob/${src.rev}/CHANGELOG.md"; license = lib.licenses.mit;