diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-01-16 03:02:21 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-01-16 03:02:21 +0100 |
commit | 432fd269fadff0ba71fd494e5a548333f56adfef (patch) | |
tree | b6863eab75ee8e2af57959b1e48a5fcc2df6b4b1 /gnu/packages/xorg.scm | |
parent | 9a412aa312485c3d55be3800e3dc9889ccda6b9e (diff) |
gnu: Use HTTPS for invisible-island.net home pages.
* gnu/packages/ncurses.scm (dialog)[home-page]: Use HTTPS.
* gnu/packages/version-control.scm (diffstat)[home-page]: Likewise.
* gnu/packages/xorg.scm (xterm)[home-page]: Likewise.
Diffstat (limited to 'gnu/packages/xorg.scm')
-rw-r--r-- | gnu/packages/xorg.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm index 319b459cd6..5087be5b54 100644 --- a/gnu/packages/xorg.scm +++ b/gnu/packages/xorg.scm @@ -5813,7 +5813,7 @@ to answer a question. Xmessage can also exit after a specified time.") ("libXt" ,libxt) ("xproto" ,xproto) ("libXaw" ,libxaw))) - (home-page "http://invisible-island.net/xterm/") + (home-page "https://invisible-island.net/xterm/") (synopsis "Terminal emulator for the X Window System") (description "The xterm program is a terminal emulator for the X Window System. It |