about summary refs log tree commit diff
path: root/pkgs/tools/misc/wl-clipboard
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/misc/wl-clipboard')
-rw-r--r--pkgs/tools/misc/wl-clipboard/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/misc/wl-clipboard/default.nix b/pkgs/tools/misc/wl-clipboard/default.nix
index 349d910dafc3..66a613785575 100644
--- a/pkgs/tools/misc/wl-clipboard/default.nix
+++ b/pkgs/tools/misc/wl-clipboard/default.nix
@@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
 
   meta = with stdenv.lib; {
     description = "Command-line copy/paste utilities for Wayland";
-    homepage = https://github.com/bugaevc/wl-clipboard;
+    homepage = "https://github.com/bugaevc/wl-clipboard";
     license = licenses.gpl3;
     maintainers = with maintainers; [ dywedir ];
     platforms = platforms.linux;