summary refs log tree commit diff
path: root/pkgs/tools/text/mecab/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/text/mecab/default.nix')
-rw-r--r--pkgs/tools/text/mecab/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/text/mecab/default.nix b/pkgs/tools/text/mecab/default.nix
index 0b7e7e86df1..32060a6179a 100644
--- a/pkgs/tools/text/mecab/default.nix
+++ b/pkgs/tools/text/mecab/default.nix
@@ -12,7 +12,7 @@ stdenv.mkDerivation (mecab-base // {
 
     meta = with stdenv.lib; {
       description = "Japanese morphological analysis system";
-      homepage = http://taku910.github.io/mecab/;
+      homepage = "http://taku910.github.io/mecab/";
       license = licenses.bsd3;
       platforms = platforms.unix;
       maintainers = with maintainers; [ auntie ];