about summary refs log tree commit diff
path: root/pkgs/applications/video/quvi/tool.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/video/quvi/tool.nix')
-rw-r--r--pkgs/applications/video/quvi/tool.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/video/quvi/tool.nix b/pkgs/applications/video/quvi/tool.nix
index 972e08bb61be1..b2746ef82333b 100644
--- a/pkgs/applications/video/quvi/tool.nix
+++ b/pkgs/applications/video/quvi/tool.nix
@@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
 
   meta = {
     description = "Web video downloader";
-    homepage = http://quvi.sf.net;
+    homepage = "http://quvi.sf.net";
     license = stdenv.lib.licenses.lgpl21Plus;
     platforms = stdenv.lib.platforms.linux;
     maintainers = [ ];