summary refs log tree commit diff
path: root/pkgs/applications/graphics/panotools/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/graphics/panotools/default.nix')
-rw-r--r--pkgs/applications/graphics/panotools/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/graphics/panotools/default.nix b/pkgs/applications/graphics/panotools/default.nix
index 719aca5096a..c03bdd8331b 100644
--- a/pkgs/applications/graphics/panotools/default.nix
+++ b/pkgs/applications/graphics/panotools/default.nix
@@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
   #doCheck = true;
 
   meta = {
-    homepage = http://panotools.sourceforge.net/;
+    homepage = "http://panotools.sourceforge.net/";
     description = "Free software suite for authoring and displaying virtual reality panoramas";
     license = stdenv.lib.licenses.gpl2Plus;