diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-04-27 01:39:31 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-04-27 02:56:45 +0200 |
commit | 5b292eac73d6dbc88b79a5ba9e122fca0b8af345 (patch) | |
tree | 6c6038ff5e9ca96281246fcb1183853e79392ac5 /gnu | |
parent | 72dae07296fd6e3db6a77f48a014a80520d6e6d1 (diff) | |
download | guix-5b292eac73d6dbc88b79a5ba9e122fca0b8af345.tar guix-5b292eac73d6dbc88b79a5ba9e122fca0b8af345.tar.gz |
gnu: quassel: Use HTTPS home page.
* gnu/packages/irc.scm (quassel)[home-page]: Use HTTPS.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/irc.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/irc.scm b/gnu/packages/irc.scm index c376805f46..219e803089 100644 --- a/gnu/packages/irc.scm +++ b/gnu/packages/irc.scm @@ -103,7 +103,7 @@ ("qtscript" ,qtscript) ("snorenotify" ,snorenotify) ("zlib" ,zlib))) - (home-page "http://quassel-irc.org/") + (home-page "https://quassel-irc.org/") (synopsis "Distributed IRC client") (description "Quassel is a distributed IRC client, meaning that one or more clients can attach to and detach from the central core. It resembles the |