about summary refs log tree commit diff
path: root/pkgs/tools/X11/xcwd/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/X11/xcwd/default.nix')
-rw-r--r--pkgs/tools/X11/xcwd/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/X11/xcwd/default.nix b/pkgs/tools/X11/xcwd/default.nix
index f2fadd71427c9..c0e8cf5d35b37 100644
--- a/pkgs/tools/X11/xcwd/default.nix
+++ b/pkgs/tools/X11/xcwd/default.nix
@@ -23,7 +23,7 @@ stdenv.mkDerivation {
     description = ''
       A simple tool which print the current working directory of the currently focused window
     '';
-    homepage = https://github.com/schischi/xcwd;
+    homepage = "https://github.com/schischi/xcwd";
     maintainers = [ maintainers.grburst ];
     license = licenses.bsd3;
     platforms = platforms.linux;