diff options
author | Brice Waegeneire <brice@waegenei.re> | 2021-06-22 08:50:20 +0200 |
---|---|---|
committer | Brice Waegeneire <brice@waegenei.re> | 2021-06-22 20:22:30 +0200 |
commit | 83d29ccf644679f3c6cce00c674c3ed262d983ce (patch) | |
tree | 04caa7896e74130ab5450bcbed0a8e84785bae0d /gnu/packages | |
parent | 4a8ca205f74dbc75bea05f08c8ed5f89168a4a6a (diff) | |
download | guix-83d29ccf644679f3c6cce00c674c3ed262d983ce.tar.gz guix-83d29ccf644679f3c6cce00c674c3ed262d983ce.zip |
gnu: tmux: Correct home-page.
* gnu/packages/tmux.scm (tmux)[home-page]: Replace it with its
redirection.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/tmux.scm | 4 |
1 files changed, 2 insertions, 2 deletions
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 <stefan@xsteve.at> ;;; Copyright © 2019–2021 Tobias Geerinckx-Rice <me@tobias.gr> ;;; Copyright © 2019 Oleg Pykhalov <go.wigust@gmail.com> -;;; Copyright © 2020 Brice Waegeneire <brice@waegenei.re> +;;; Copyright © 2020, 2021 Brice Waegeneire <brice@waegenei.re> ;;; Copyright © 2020 Edouard Klein <edk@beaver-labs.com> ;;; Copyright © 2021 Matthew James Kraai <kraai@ftbfs.org> ;;; @@ -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 |