nckx pushed a commit to branch master
in repository guix.

commit e02013b7de5c9f30d6b451dcc1c00769992dc3a8
Author: Tobias Geerinckx-Rice <[email protected]>
Date:   Wed Oct 10 23:58:03 2018 +0200

    gnu: hexchat: Use HTTPS home page.
    
    * gnu/packages/messaging.scm (hexchat)[home-page]: Use HTTPS.
---
 gnu/packages/messaging.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index d2b61b9..d50732d 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

Reply via email to