From 83d29ccf644679f3c6cce00c674c3ed262d983ce Mon Sep 17 00:00:00 2001 From: Brice Waegeneire Date: Tue, 22 Jun 2021 08:50:20 +0200 Subject: gnu: tmux: Correct home-page. * gnu/packages/tmux.scm (tmux)[home-page]: Replace it with its redirection. --- gnu/packages/tmux.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/packages') diff --git a/gnu/packages/tmux.scm b/gnu/packages/tmux.scm index c61ecec909..3aaac6530d 100644 --- a/gnu/packages/tmux.scm +++ b/gnu/packages/tmux.scm @@ -6,7 +6,7 @@ ;;; Copyright © 2017 Stefan Reichör ;;; Copyright © 2019–2021 Tobias Geerinckx-Rice ;;; Copyright © 2019 Oleg Pykhalov -;;; Copyright © 2020 Brice Waegeneire +;;; Copyright © 2020, 2021 Brice Waegeneire ;;; Copyright © 2020 Edouard Klein ;;; Copyright © 2021 Matthew James Kraai ;;; @@ -57,7 +57,7 @@ (inputs `(("libevent" ,libevent) ("ncurses" ,ncurses))) - (home-page "https://tmux.github.io/") + (home-page "https://github.com/tmux/tmux/wiki") (synopsis "Terminal multiplexer") (description "tmux is a terminal multiplexer: it enables a number of terminals (or -- cgit v1.2.3