about summary refs log tree commit diff
path: root/pkgs/tools/graphics/xcur2png/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/graphics/xcur2png/default.nix')
-rw-r--r--pkgs/tools/graphics/xcur2png/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/graphics/xcur2png/default.nix b/pkgs/tools/graphics/xcur2png/default.nix
index 1e3da5dddecf..f917328460c2 100644
--- a/pkgs/tools/graphics/xcur2png/default.nix
+++ b/pkgs/tools/graphics/xcur2png/default.nix
@@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
   ];
 
   meta = with stdenv.lib; {
-    homepage = https://github.com/eworm-de/xcur2png/releases;
+    homepage = "https://github.com/eworm-de/xcur2png/releases";
     description = "Convert X cursors to PNG images";
     license = licenses.gpl3;
     platforms = platforms.unix;