about summary refs log tree commit diff
path: root/pkgs/tools/llm/heygpt/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/llm/heygpt/default.nix')
-rw-r--r--pkgs/tools/llm/heygpt/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/llm/heygpt/default.nix b/pkgs/tools/llm/heygpt/default.nix
index eb2c7e4b11b45..f65dc392a2be1 100644
--- a/pkgs/tools/llm/heygpt/default.nix
+++ b/pkgs/tools/llm/heygpt/default.nix
@@ -25,7 +25,7 @@ rustPlatform.buildRustPackage rec {
   OPENSSL_DIR = "${lib.getDev openssl}";
 
   meta = with lib; {
-    description = "A simple command-line interface for ChatGPT API";
+    description = "Simple command-line interface for ChatGPT API";
     homepage = "https://github.com/fuyufjh/heygpt";
     license = licenses.mit;
     mainProgram = "heygpt";