about summary refs log tree commit diff
path: root/pkgs/tools/misc/hebcal/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/misc/hebcal/default.nix')
-rw-r--r--pkgs/tools/misc/hebcal/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/misc/hebcal/default.nix b/pkgs/tools/misc/hebcal/default.nix
index f7be5dbbbe466..fb6944c1cf365 100644
--- a/pkgs/tools/misc/hebcal/default.nix
+++ b/pkgs/tools/misc/hebcal/default.nix
@@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
   doCheck = true;
 
   meta = with stdenv.lib; {
-    homepage = "https://hebcal.github.io";
+    homepage = https://hebcal.github.io;
     description = "A perpetual Jewish Calendar";
     longDescription = "Hebcal is a program which prints out the days in the Jewish calendar for a given Gregorian year. Hebcal is fairly flexible in terms of which events in the Jewish calendar it displays.";
     license = licenses.gpl2;