summary refs log tree commit diff
path: root/pkgs/development/tools
diff options
context:
space:
mode:
authorWilliam Roe <willroe@gmail.com>2014-07-10 15:11:12 +0100
committerWilliam Roe <willroe@gmail.com>2014-07-10 15:11:12 +0100
commit8788eb09c7cf1797a6f7e9900d7a962a752066bd (patch)
treefe5275b0a041829717a1e955c9b27dd53ae8efe3 /pkgs/development/tools
parent09209878c6e2caf8673ddf9f7800efdaa3ee75ec (diff)
downloadnixlib-8788eb09c7cf1797a6f7e9900d7a962a752066bd.tar
nixlib-8788eb09c7cf1797a6f7e9900d7a962a752066bd.tar.gz
nixlib-8788eb09c7cf1797a6f7e9900d7a962a752066bd.tar.bz2
nixlib-8788eb09c7cf1797a6f7e9900d7a962a752066bd.tar.lz
nixlib-8788eb09c7cf1797a6f7e9900d7a962a752066bd.tar.xz
nixlib-8788eb09c7cf1797a6f7e9900d7a962a752066bd.tar.zst
nixlib-8788eb09c7cf1797a6f7e9900d7a962a752066bd.zip
Remove full stop from description
Diffstat (limited to 'pkgs/development/tools')
-rw-r--r--pkgs/development/tools/exercism/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/tools/exercism/default.nix b/pkgs/development/tools/exercism/default.nix
index 56434ec38d99..6c9093825227 100644
--- a/pkgs/development/tools/exercism/default.nix
+++ b/pkgs/development/tools/exercism/default.nix
@@ -38,7 +38,7 @@ stdenv.mkDerivation rec {
   '';
 
   meta = {
-    description = "A Go based command line tool for exercism.io.";
+    description = "A Go based command line tool for exercism.io";
     homepage    = http://exercism.io;
     license     = stdenv.lib.licenses.mit;
     platforms   = stdenv.lib.platforms.unix;