diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-01-26 03:38:39 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-01-26 17:21:29 +0100 |
commit | 83e0753994b1725f45e069f3897ae5a481d40f40 (patch) | |
tree | 0a5da88d9c60b1a3aa16a0ff772edfedce114316 /gnu | |
parent | 5e9670bc2f1811f7bd721002983357738dd8be02 (diff) | |
download | guix-83e0753994b1725f45e069f3897ae5a481d40f40.tar guix-83e0753994b1725f45e069f3897ae5a481d40f40.tar.gz |
gnu: znc: Use HTTPS home page.
* gnu/packages/messaging.scm (znc)[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 a78e71176b..7ee8227833 100644 --- a/gnu/packages/messaging.scm +++ b/gnu/packages/messaging.scm @@ -483,7 +483,7 @@ compromised.") ("zlib" ,zlib) ("icu4c" ,icu4c) ("cyrus-sasl" ,cyrus-sasl))) - (home-page "http://znc.in") + (home-page "https://znc.in") (synopsis "IRC network bouncer") (description "ZNC is an IRC network bouncer or BNC. It can detach the client from the actual IRC server, and also from selected channels. Multiple |