about summary refs log tree commit diff
path: root/pkgs/by-name/gh/gh-copilot/package.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/by-name/gh/gh-copilot/package.nix')
-rw-r--r--pkgs/by-name/gh/gh-copilot/package.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/by-name/gh/gh-copilot/package.nix b/pkgs/by-name/gh/gh-copilot/package.nix
index 1059e58cbeb2e..1e38d90cab5dc 100644
--- a/pkgs/by-name/gh/gh-copilot/package.nix
+++ b/pkgs/by-name/gh/gh-copilot/package.nix
@@ -48,7 +48,7 @@ stdenv.mkDerivation (finalAttrs: {
 
   meta = {
     changelog = "https://github.com/github/gh-copilot/releases/tag/v${finalAttrs.version}";
-    description = "Ask for assistance right in your terminal.";
+    description = "Ask for assistance right in your terminal";
     homepage = "https://github.com/github/gh-copilot";
     license = lib.licenses.unfree;
     mainProgram = "gh-copilot";