summary refs log tree commit diff
path: root/pkgs/development/libraries/hunspell
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2015-03-25 19:09:40 +0100
committerPeter Simons <simons@cryp.to>2015-03-25 19:34:46 +0100
commitf7c2699fdeca1f5f371d5af2b251a257e8a34965 (patch)
treebd7bfc1ac57348c3308daa9127cdb7dfff2d50b9 /pkgs/development/libraries/hunspell
parent279429b70066bfef23f88165bde44f482e50db6e (diff)
downloadnixpkgs-f7c2699fdeca1f5f371d5af2b251a257e8a34965.tar
nixpkgs-f7c2699fdeca1f5f371d5af2b251a257e8a34965.tar.gz
nixpkgs-f7c2699fdeca1f5f371d5af2b251a257e8a34965.tar.bz2
nixpkgs-f7c2699fdeca1f5f371d5af2b251a257e8a34965.tar.lz
nixpkgs-f7c2699fdeca1f5f371d5af2b251a257e8a34965.tar.xz
nixpkgs-f7c2699fdeca1f5f371d5af2b251a257e8a34965.tar.zst
nixpkgs-f7c2699fdeca1f5f371d5af2b251a257e8a34965.zip
hunspell-dictionaries: cosmetic
Diffstat (limited to 'pkgs/development/libraries/hunspell')
-rw-r--r--pkgs/development/libraries/hunspell/dictionaries.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/hunspell/dictionaries.nix b/pkgs/development/libraries/hunspell/dictionaries.nix
index 1f1f1a7f89d..0189ecda77f 100644
--- a/pkgs/development/libraries/hunspell/dictionaries.nix
+++ b/pkgs/development/libraries/hunspell/dictionaries.nix
@@ -70,7 +70,7 @@ let
       meta = with stdenv.lib; {
         inherit longDescription;
         description = "Hunspell dictionary for ${shortDescription} from Dicollecte";
-        homepage = http://www.dicollecte.org/home.php?prj=fr;
+        homepage = "http://www.dicollecte.org/home.php?prj=fr";
         license = licenses.mpl20;
         maintainers = with maintainers; [ renzo ];
         platforms = platforms.all;
@@ -86,7 +86,7 @@ let
       readmeFile = "README_" + dictFileName + ".txt";
       meta = with stdenv.lib; {
         description = "Hunspell dictionary for ${shortDescription} from Wordlist";
-        homepage =http://wordlist.aspell.net/;
+        homepage = http://wordlist.aspell.net/;
         license = licenses.bsd3;
         maintainers = with maintainers; [ renzo ];
         platforms = platforms.all;