summary refs log tree commit diff
path: root/pkgs/tools/X11/wmutils-core/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/X11/wmutils-core/default.nix')
-rw-r--r--pkgs/tools/X11/wmutils-core/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/X11/wmutils-core/default.nix b/pkgs/tools/X11/wmutils-core/default.nix
index fe5c70f6ce2..fdf805f8099 100644
--- a/pkgs/tools/X11/wmutils-core/default.nix
+++ b/pkgs/tools/X11/wmutils-core/default.nix
@@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
 
   meta = with stdenv.lib; {
     description = "Set of window manipulation tools";
-    homepage = https://github.com/wmutils/core;
+    homepage = "https://github.com/wmutils/core";
     license = licenses.isc;
     platforms = platforms.unix;
   };