about summary refs log tree commit diff
path: root/pkgs/tools/system/fcron
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/system/fcron')
-rw-r--r--pkgs/tools/system/fcron/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/system/fcron/default.nix b/pkgs/tools/system/fcron/default.nix
index 3dd84aa8a9cc..59daac89bd44 100644
--- a/pkgs/tools/system/fcron/default.nix
+++ b/pkgs/tools/system/fcron/default.nix
@@ -54,7 +54,7 @@ stdenv.mkDerivation rec {
 
   meta = with stdenv.lib; {
     description="A command scheduler with extended capabilities over cron and anacron";
-    homepage = http://fcron.free.fr;
+    homepage = "http://fcron.free.fr";
     license = licenses.gpl2;
     platforms = stdenv.lib.platforms.all;
   };