diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-10-10 23:58:03 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-10-15 06:19:38 +0200 |
commit | e02013b7de5c9f30d6b451dcc1c00769992dc3a8 (patch) | |
tree | 48ccf25e1c4b15fece919668cf06bd9582087a92 /gnu | |
parent | 4a147986a0839103a9c5bf1b5b74047c7d398349 (diff) | |
download | patches-e02013b7de5c9f30d6b451dcc1c00769992dc3a8.tar patches-e02013b7de5c9f30d6b451dcc1c00769992dc3a8.tar.gz |
gnu: hexchat: Use HTTPS home page.
* gnu/packages/messaging.scm (hexchat)[home-page]: Use HTTPS.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/messaging.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm index d2b61b9ec5..d50732dfc4 100644 --- a/gnu/packages/messaging.scm +++ b/gnu/packages/messaging.scm @@ -295,7 +295,7 @@ window shows the list of currently connected networks and their channels, the current conversation and the list of users. It uses colors to differentiate between users and to highlight messages. It checks spelling using available dictionaries. HexChat can be extended with multiple addons.") - (home-page "http://hexchat.net/") + (home-page "https://hexchat.net/") (license license:gpl2+))) (define-public ngircd |