diff options
author | Timotej Lazar <timotej.lazar@araneo.si> | 2020-01-05 02:00:24 +0100 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2020-01-05 02:00:24 +0100 |
commit | 85ad4ffb25c941a2a37cb4af839de9ac141c8253 (patch) | |
tree | 9424fdd171c8e62e835e1851a6d61d1060c10117 /gnu | |
parent | d63ee94d63c667e0c63651d6b775460f4c67497d (diff) |
gnu: bitlbee: Use HTTPS home page.
* gnu/packages/messaging.scm (bitlbee)[home-page]: Use HTTPS.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/messaging.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm index 1c5866fc49..b71e68a90f 100644 --- a/gnu/packages/messaging.scm +++ b/gnu/packages/messaging.scm @@ -17,7 +17,7 @@ ;;; Copyright © 2018 Pierre-Antoine Rouby <contact@parouby.fr> ;;; Copyright © 2019 Tanguy Le Carrour <tanguy@bioneland.org> ;;; Copyright © 2019, 2020 Brett Gilio <brettg@gnu.org> -;;; Copyright © 2019 Timotej Lazar <timotej.lazar@araneo.si> +;;; Copyright © 2019, 2020 Timotej Lazar <timotej.lazar@araneo.si> ;;; ;;; This file is part of GNU Guix. ;;; @@ -214,7 +214,7 @@ additional IM client. BitlBee currently supports XMPP/Jabber (including Google Talk), MSN Messenger, Yahoo! Messenger, AIM and ICQ, and the Twitter microblogging network (plus all other Twitter API compatible services like identi.ca and status.net).") - (home-page "http://www.bitlbee.org/") + (home-page "https://www.bitlbee.org/") (license (list license:gpl2+ license:bsd-2)))) (define-public bitlbee-discord |