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 <alexander.huang.y@gmail.com>
This commit is contained in:
Shivaraj B H
2024-07-31 17:14:01 +05:30
committed by shivaraj-bh
co-authored by Aleksana
parent 9f918d616c
commit aa951ab123
+1 -1
View File
@@ -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;