jimtcl: remove end dot from description

This commit is contained in:
Danyil Bohdan 2014-09-09 14:29:37 +03:00
parent 03df715281
commit dee958d3e6

View file

@ -23,7 +23,7 @@ stdenv.mkDerivation {
];
meta = {
description = "An open source small-footprint implementation of the Tcl programming language.";
description = "An open source small-footprint implementation of the Tcl programming language";
homepage = http://jim.tcl.tk/;
license = stdenv.lib.licenses.bsd2;
platforms = stdenv.lib.platforms.all;