about summary refs log tree commit diff
path: root/pkgs/applications/video/tivodecode
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/video/tivodecode')
-rw-r--r--pkgs/applications/video/tivodecode/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/video/tivodecode/default.nix b/pkgs/applications/video/tivodecode/default.nix
index bc6561a0bbd08..33e04b77c4b47 100644
--- a/pkgs/applications/video/tivodecode/default.nix
+++ b/pkgs/applications/video/tivodecode/default.nix
@@ -16,7 +16,7 @@ stdenv.mkDerivation {
 
   meta = with stdenv.lib; {
     description = "Converts a .TiVo file (produced by TiVoToGo) to a normal MPEG file";
-    homepage = http://tivodecode.sourceforge.net;
+    homepage = "http://tivodecode.sourceforge.net";
     platforms = platforms.unix;
     license = licenses.bsd3;
   };