diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-08-23 03:14:57 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-08-23 17:16:41 +0200 |
commit | 97353dfb697cf088cf6ca83dc9aa107d23f96c9a (patch) | |
tree | 47fe97413cce07c0cf5b02a01f5835150c5148a0 /gnu/packages/screen.scm | |
parent | 9e2992116213ef16b947ef371d8cd0e93f39de44 (diff) | |
download | patches-97353dfb697cf088cf6ca83dc9aa107d23f96c9a.tar patches-97353dfb697cf088cf6ca83dc9aa107d23f96c9a.tar.gz |
gnu: byobu: Update home page.
* gnu/packages/screen.scm (byobu)[home-page]: Update & use HTTPS.
Diffstat (limited to 'gnu/packages/screen.scm')
-rw-r--r-- | gnu/packages/screen.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/screen.scm b/gnu/packages/screen.scm index e41fb80a53..38df2594f2 100644 --- a/gnu/packages/screen.scm +++ b/gnu/packages/screen.scm @@ -141,7 +141,7 @@ controlling terminal and attach to it later.") (wrap-program select `("BYOBU_PYTHON" = (,python))) #t)))))) - (home-page "http://byobu.co/index.html") + (home-page "https://byobu.org/") (synopsis "Text-based window manager and terminal multiplexer") (description "Byobu is a Japanese term for decorative, multi-panel screens that serve |