summary refs log tree commit diff
path: root/pkgs/applications/misc/stardict/stardict.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/misc/stardict/stardict.nix')
-rw-r--r--pkgs/applications/misc/stardict/stardict.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/pkgs/applications/misc/stardict/stardict.nix b/pkgs/applications/misc/stardict/stardict.nix
index 1ca8ec045d6..d4c41edde30 100644
--- a/pkgs/applications/misc/stardict/stardict.nix
+++ b/pkgs/applications/misc/stardict/stardict.nix
@@ -37,8 +37,7 @@ stdenv.mkDerivation rec {
   '';
 
   meta = {
-    description = "stardict";
-    homepage = "A international dictionary supporting fuzzy and glob style matching";
+    description = "An international dictionary supporting fuzzy and glob style matching";
     license = stdenv.lib.licenses.lgpl3;
     maintainers = with stdenv.lib.maintainers; [qknight];
   };