about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFrank Terbeck <ft@bewatermyfriend.org>2015-09-21 14:41:41 +0200
committerFrank Terbeck <ft@bewatermyfriend.org>2015-09-21 14:56:50 +0200
commit5476e011f16664e601092c1e94e3332efe80720f (patch)
tree280ff2ca00f4fa2a5adf15debdff22e7d68527ee
parentd4a640775f8e6aad3a32a2ebcf4d049d728a9e8b (diff)
downloadzsh-5476e011f16664e601092c1e94e3332efe80720f.tar.gz
zsh-5476e011f16664e601092c1e94e3332efe80720f.tar.xz
zsh-5476e011f16664e601092c1e94e3332efe80720f.zip
36576: _tmux: Fix tmux homepage URI
-rw-r--r--ChangeLog3
-rw-r--r--Completion/Unix/Command/_tmux2
2 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 29d45e721..221f57fbd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,9 @@
 	* 36575: Completion/Unix/Command/_tmux: _tmux: ‘lock-server’
 	option is gone in tmux.git
 
+	* 36576: Completion/Unix/Command/_tmux: _tmux: Fix tmux homepage
+	URI
+
 2015-09-21  Jun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp>
 
 	* 36574: Completion/Unix/Command/_lldb: new completion for
diff --git a/Completion/Unix/Command/_tmux b/Completion/Unix/Command/_tmux
index 3d4734bcd..6f2cac790 100644
--- a/Completion/Unix/Command/_tmux
+++ b/Completion/Unix/Command/_tmux
@@ -1,6 +1,6 @@
 #compdef tmux
 
-# tmux <http://tmux.sf.net> completion for zsh <http://zsh.sf.net>.
+# tmux <http://tmux.github.io> completion for zsh <http://zsh.sf.net>.
 #
 # Configuration:
 #