From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:53865) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1inlsJ-0003lO-Gy for guix-patches@gnu.org; Sat, 04 Jan 2020 11:02:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1inlsI-0007mC-AM for guix-patches@gnu.org; Sat, 04 Jan 2020 11:02:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:37301) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1inlsI-0007lC-5L for guix-patches@gnu.org; Sat, 04 Jan 2020 11:02:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1inlsI-0005rR-1n for guix-patches@gnu.org; Sat, 04 Jan 2020 11:02:02 -0500 Subject: [bug#38919] [PATCH] gnu: bitlbee: Use HTTPS home page. Resent-Message-ID: Received: from eggs.gnu.org ([2001:470:142:3::10]:51503) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1inlrW-0003cO-O8 for guix-patches@gnu.org; Sat, 04 Jan 2020 11:01:16 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1inlrV-0003n2-Aa for guix-patches@gnu.org; Sat, 04 Jan 2020 11:01:14 -0500 Received: from araneo.si ([90.157.193.204]:39864) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1inlrU-0003VI-O5 for guix-patches@gnu.org; Sat, 04 Jan 2020 11:01:13 -0500 Received: from araneo.si (localhost.lan [127.0.0.1]) by araneo.si (OpenSMTPD) with ESMTP id 79622bb5 for ; Sat, 4 Jan 2020 16:01:08 +0000 (UTC) From: Timotej Lazar Date: Sat, 4 Jan 2020 17:00:47 +0100 Message-Id: <20200104160046.28095-1-timotej.lazar@araneo.si> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 38919@debbugs.gnu.org Cc: Timotej Lazar * gnu/packages/messaging.scm (bitlbee)[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 1c5866fc49..5f7fc9dd0b 100644 --- a/gnu/packages/messaging.scm +++ b/gnu/packages/messaging.scm @@ -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 -- 2.24.1