summary refs log tree commit diff
path: root/pkgs/development/tools/gore/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/tools/gore/default.nix')
-rw-r--r--pkgs/development/tools/gore/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/tools/gore/default.nix b/pkgs/development/tools/gore/default.nix
index fbc3152cef1..ca9c8d9eec0 100644
--- a/pkgs/development/tools/gore/default.nix
+++ b/pkgs/development/tools/gore/default.nix
@@ -16,7 +16,7 @@ buildGoModule rec {
   doCheck = false;
 
   meta = with stdenv.lib; {
-    description = "Yet another Go REPL that works nicely.";
+    description = "Yet another Go REPL that works nicely";
     homepage = "https://github.com/motemen/gore";
     license = licenses.mit;
     maintainers = with maintainers; [ offline ];