about summary refs log tree commit diff
path: root/pkgs/applications/misc/verbiste/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/misc/verbiste/default.nix')
-rw-r--r--pkgs/applications/misc/verbiste/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/misc/verbiste/default.nix b/pkgs/applications/misc/verbiste/default.nix
index 680573fd304d1..a322756c157f0 100644
--- a/pkgs/applications/misc/verbiste/default.nix
+++ b/pkgs/applications/misc/verbiste/default.nix
@@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
   enableParallelBuilding = true;
 
   meta = with stdenv.lib; {
-    homepage = http://sarrazip.com/dev/verbiste.html;
+    homepage = "http://sarrazip.com/dev/verbiste.html";
     description = "French and Italian verb conjugator";
     license = licenses.gpl2Plus;
     platforms = platforms.linux;