about summary refs log tree commit diff
path: root/pkgs/tools/graphics/zbar
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/graphics/zbar')
-rw-r--r--pkgs/tools/graphics/zbar/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/graphics/zbar/default.nix b/pkgs/tools/graphics/zbar/default.nix
index 7610b4e56fb0..dc109440274f 100644
--- a/pkgs/tools/graphics/zbar/default.nix
+++ b/pkgs/tools/graphics/zbar/default.nix
@@ -89,6 +89,6 @@ stdenv.mkDerivation rec {
     maintainers = with maintainers; [ delroth raskin ];
     platforms = platforms.unix;
     license = licenses.lgpl21;
-    homepage = https://github.com/mchehab/zbar;
+    homepage = "https://github.com/mchehab/zbar";
   };
 }