gnu: tmux: Use HTTPS home page.
* gnu/packages/tmux.scm (tmux)[home-page]: Use HTTPS.
This commit is contained in:
parent
f8719b155e
commit
b5b4d91251
|
@ -51,7 +51,7 @@
|
|||
(inputs
|
||||
`(("libevent" ,libevent)
|
||||
("ncurses" ,ncurses)))
|
||||
(home-page "http://tmux.github.io/")
|
||||
(home-page "https://tmux.github.io/")
|
||||
(synopsis "Terminal multiplexer")
|
||||
(description
|
||||
"tmux is a terminal multiplexer: it enables a number of terminals (or
|
||||
|
|
Loading…
Reference in New Issue