about summary refs log tree commit diff
path: root/pkgs/applications/misc/artha/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/misc/artha/default.nix')
-rw-r--r--pkgs/applications/misc/artha/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/misc/artha/default.nix b/pkgs/applications/misc/artha/default.nix
index 0dfc3285c0615..ee22c2776c5a1 100644
--- a/pkgs/applications/misc/artha/default.nix
+++ b/pkgs/applications/misc/artha/default.nix
@@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
   buildInputs = [ dbus-glib gtk2 wordnet ];
 
   meta = with lib; {
-    description = "An offline thesaurus based on WordNet";
+    description = "Offline thesaurus based on WordNet";
     homepage = "https://artha.sourceforge.net";
     license = licenses.gpl2;
     maintainers = [ maintainers.goibhniu ];