summary refs log tree commit diff
path: root/pkgs/applications/audio/gtkpod/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/audio/gtkpod/default.nix')
-rw-r--r--pkgs/applications/audio/gtkpod/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/audio/gtkpod/default.nix b/pkgs/applications/audio/gtkpod/default.nix
index fd3632ee155..1f293fe2d79 100644
--- a/pkgs/applications/audio/gtkpod/default.nix
+++ b/pkgs/applications/audio/gtkpod/default.nix
@@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
 
   meta = with stdenv.lib; {
     description = "GTK Manager for an Apple ipod";
-    homepage = http://gtkpod.sourceforge.net;
+    homepage = "http://gtkpod.sourceforge.net";
     license = licenses.gpl2Plus;
     platforms = platforms.linux;
     maintainers = [ maintainers.skeidel ];