summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2018-10-10 23:58:03 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2018-10-15 06:19:38 +0200
commite02013b7de5c9f30d6b451dcc1c00769992dc3a8 (patch)
tree48ccf25e1c4b15fece919668cf06bd9582087a92
parent4a147986a0839103a9c5bf1b5b74047c7d398349 (diff)
gnu: hexchat: Use HTTPS home page.
* gnu/packages/messaging.scm (hexchat)[home-page]: Use HTTPS.
-rw-r--r--gnu/packages/messaging.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index d2b61b9ec50..d50732dfc48 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
295current conversation and the list of users. It uses colors to differentiate 295current conversation and the list of users. It uses colors to differentiate
296between users and to highlight messages. It checks spelling using available 296between users and to highlight messages. It checks spelling using available
297dictionaries. HexChat can be extended with multiple addons.") 297dictionaries. HexChat can be extended with multiple addons.")
298 (home-page "http://hexchat.net/") 298 (home-page "https://hexchat.net/")
299 (license license:gpl2+))) 299 (license license:gpl2+)))
300 300
301(define-public ngircd 301(define-public ngircd