gnu: hexchat: Use HTTPS home page.
* gnu/packages/messaging.scm (hexchat)[home-page]: Use HTTPS.
This commit is contained in:
parent
4a147986a0
commit
e02013b7de
|
@ -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
|
current conversation and the list of users. It uses colors to differentiate
|
||||||
between users and to highlight messages. It checks spelling using available
|
between users and to highlight messages. It checks spelling using available
|
||||||
dictionaries. HexChat can be extended with multiple addons.")
|
dictionaries. HexChat can be extended with multiple addons.")
|
||||||
(home-page "http://hexchat.net/")
|
(home-page "https://hexchat.net/")
|
||||||
(license license:gpl2+)))
|
(license license:gpl2+)))
|
||||||
|
|
||||||
(define-public ngircd
|
(define-public ngircd
|
||||||
|
|
Loading…
Reference in New Issue