about summary refs log tree commit diff
path: root/pkgs/tools/misc/tmux-cssh
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/misc/tmux-cssh')
-rw-r--r--pkgs/tools/misc/tmux-cssh/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/misc/tmux-cssh/default.nix b/pkgs/tools/misc/tmux-cssh/default.nix
index f54cd2756eb1..c38769f448f1 100644
--- a/pkgs/tools/misc/tmux-cssh/default.nix
+++ b/pkgs/tools/misc/tmux-cssh/default.nix
@@ -19,7 +19,7 @@ stdenv.mkDerivation {
   '';
 
   meta = {
-    homepage = https://github.com/dennishafemann/tmux-cssh;
+    homepage = "https://github.com/dennishafemann/tmux-cssh";
     description = "SSH to multiple hosts at the same time using tmux";
 
     longDescription =