about summary refs log tree commit diff
path: root/pkgs/applications/video/smtube/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/video/smtube/default.nix')
-rw-r--r--pkgs/applications/video/smtube/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/video/smtube/default.nix b/pkgs/applications/video/smtube/default.nix
index df262fa979742..1cd6fb693e81e 100644
--- a/pkgs/applications/video/smtube/default.nix
+++ b/pkgs/applications/video/smtube/default.nix
@@ -20,7 +20,7 @@ mkDerivation rec {
 
   meta = with lib; {
     description = "Play and download Youtube videos";
-    homepage = http://smplayer.sourceforge.net/smtube.php;
+    homepage = "http://smplayer.sourceforge.net/smtube.php";
     license = licenses.gpl2Plus;
     maintainers = with maintainers; [ vbgl ];
     platforms = platforms.linux;