about summary refs log tree commit diff
path: root/pkgs/tools/system/localtime/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/system/localtime/default.nix')
-rw-r--r--pkgs/tools/system/localtime/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/system/localtime/default.nix b/pkgs/tools/system/localtime/default.nix
index a12d70315d912..4dcb6afb00f15 100644
--- a/pkgs/tools/system/localtime/default.nix
+++ b/pkgs/tools/system/localtime/default.nix
@@ -30,7 +30,7 @@ buildGoPackage rec {
 
   meta = with stdenv.lib; {
     description = "A daemon for keeping the system timezone up-to-date based on the current location";
-    homepage = https://github.com/Stebalien/localtime;
+    homepage = "https://github.com/Stebalien/localtime";
     platforms = platforms.linux;
     license = licenses.gpl3;
   };