about summary refs log tree commit diff
path: root/pkgs/applications/misc/abook/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/misc/abook/default.nix')
-rw-r--r--pkgs/applications/misc/abook/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/misc/abook/default.nix b/pkgs/applications/misc/abook/default.nix
index 09345576487ee..3d187d92f5c6f 100644
--- a/pkgs/applications/misc/abook/default.nix
+++ b/pkgs/applications/misc/abook/default.nix
@@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
 
   meta = {
     homepage = "http://abook.sourceforge.net/";
-    description = "Abook is a text-based addressbook program designed to use with mutt mail client.";
+    description = "Text-based addressbook program designed to use with mutt mail client";
     license = "GPLv2";
     maintainers = [ stdenv.lib.maintainers.edwtjo ];
     platforms = with stdenv.lib.platforms; linux;