diff --git a/pkgs/development/interpreters/jimtcl/default.nix b/pkgs/development/interpreters/jimtcl/default.nix index 9093f5a4c06..896aafdab87 100644 --- a/pkgs/development/interpreters/jimtcl/default.nix +++ b/pkgs/development/interpreters/jimtcl/default.nix @@ -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;