summary refs log tree commit diff
path: root/pkgs/games/tcl2048/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/games/tcl2048/default.nix')
-rw-r--r--pkgs/games/tcl2048/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/tcl2048/default.nix b/pkgs/games/tcl2048/default.nix
index 01ffd27d5bb..fac28ce2fd9 100644
--- a/pkgs/games/tcl2048/default.nix
+++ b/pkgs/games/tcl2048/default.nix
@@ -12,7 +12,7 @@ stdenv.mkDerivation {
 
   meta = {
     homepage = https://github.com/dbohdan/2048-tcl;
-    description = "The game of 2048 implemented in Tcl.";
+    description = "The game of 2048 implemented in Tcl";
     license = stdenv.lib.licenses.mit;
     platforms = stdenv.lib.platforms.all;
   };