about summary refs log tree commit diff
path: root/pkgs/tools/graphics/imgurbash2/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/graphics/imgurbash2/default.nix')
-rw-r--r--pkgs/tools/graphics/imgurbash2/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/graphics/imgurbash2/default.nix b/pkgs/tools/graphics/imgurbash2/default.nix
index 883453379c4e..14761e7763ce 100644
--- a/pkgs/tools/graphics/imgurbash2/default.nix
+++ b/pkgs/tools/graphics/imgurbash2/default.nix
@@ -26,6 +26,6 @@ stdenv.mkDerivation rec {
     license = licenses.mit;
     platforms = platforms.linux;
     maintainers = with maintainers; [ abbradar ];
-    homepage = https://github.com/ram-on/imgurbash2;
+    homepage = "https://github.com/ram-on/imgurbash2";
   };
 }