guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: gnu: tmux: Correct home-page.


From: guix-commits
Subject: 02/02: gnu: tmux: Correct home-page.
Date: Tue, 22 Jun 2021 14:23:56 -0400 (EDT)

bricewge pushed a commit to branch master
in repository guix.

commit 83d29ccf644679f3c6cce00c674c3ed262d983ce
Author: Brice Waegeneire <brice@waegenei.re>
AuthorDate: Tue Jun 22 08:50:20 2021 +0200

    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(-)

diff --git a/gnu/packages/tmux.scm b/gnu/packages/tmux.scm
index c61ecec..3aaac65 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]