summary refs log tree commit diff
path: root/pkgs/tools/graphics/zxing/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/graphics/zxing/default.nix')
-rw-r--r--pkgs/tools/graphics/zxing/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/graphics/zxing/default.nix b/pkgs/tools/graphics/zxing/default.nix
index df85b4473bb..a760336cfa3 100644
--- a/pkgs/tools/graphics/zxing/default.nix
+++ b/pkgs/tools/graphics/zxing/default.nix
@@ -29,6 +29,6 @@ stdenv.mkDerivation rec {
     license = stdenv.lib.licenses.asl20;
     maintainers = [stdenv.lib.maintainers.raskin];
     platforms = stdenv.lib.platforms.linux;
-    homepage = "https://github.com/zxing/zxing";
+    homepage = https://github.com/zxing/zxing;
   };
 }