summary refs log tree commit diff
path: root/pkgs/applications/misc/catclock
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/misc/catclock')
-rw-r--r--pkgs/applications/misc/catclock/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/misc/catclock/default.nix b/pkgs/applications/misc/catclock/default.nix
index 09c36f9eb2f..6b4ab1f3a8b 100644
--- a/pkgs/applications/misc/catclock/default.nix
+++ b/pkgs/applications/misc/catclock/default.nix
@@ -23,7 +23,7 @@ stdenv.mkDerivation {
   buildInputs = [ xlibsWrapper motif ];
 
   meta = with stdenv.lib; {
-    homepage = http://codefromabove.com/2014/05/catclock/;
+    homepage = "http://codefromabove.com/2014/05/catclock/";
     license = with licenses; mit;
     maintainers = with maintainers; [ ramkromberg ];
     platforms = with platforms; linux ++ darwin;