summary refs log tree commit diff
path: root/pkgs/games/tcl2048
diff options
context:
space:
mode:
authorPascal Wittmann <mail@pascal-wittmann.de>2014-11-11 14:20:43 +0100
committerPascal Wittmann <mail@pascal-wittmann.de>2014-11-11 14:36:34 +0100
commit8df0e0b151475350265304dfa58e9193eea0058b (patch)
treefbc44280f6dc3ea106d293ee2bbee6e3dc829057 /pkgs/games/tcl2048
parent0e309af732e12b23da0b36c66dbf5d7c1263e3b7 (diff)
downloadnixpkgs-8df0e0b151475350265304dfa58e9193eea0058b.tar
nixpkgs-8df0e0b151475350265304dfa58e9193eea0058b.tar.gz
nixpkgs-8df0e0b151475350265304dfa58e9193eea0058b.tar.bz2
nixpkgs-8df0e0b151475350265304dfa58e9193eea0058b.tar.lz
nixpkgs-8df0e0b151475350265304dfa58e9193eea0058b.tar.xz
nixpkgs-8df0e0b151475350265304dfa58e9193eea0058b.tar.zst
nixpkgs-8df0e0b151475350265304dfa58e9193eea0058b.zip
Fixed many descriptions
Diffstat (limited to 'pkgs/games/tcl2048')
-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;
   };