about summary refs log tree commit diff
path: root/pkgs/tools/misc/woof/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/misc/woof/default.nix')
-rw-r--r--pkgs/tools/misc/woof/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/misc/woof/default.nix b/pkgs/tools/misc/woof/default.nix
index fa3ab747f64f1..e00634dd53e15 100644
--- a/pkgs/tools/misc/woof/default.nix
+++ b/pkgs/tools/misc/woof/default.nix
@@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
     '';
 
   meta = with stdenv.lib; {
-    homepage = http://www.home.unix-ag.org/simon/woof.html;
+    homepage = "http://www.home.unix-ag.org/simon/woof.html";
     description = "Web Offer One File - Command-line utility to easily exchange files over a local network";
     license = stdenv.lib.licenses.gpl2Plus;
     platforms = stdenv.lib.platforms.unix;