guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#38919] [PATCH] gnu: bitlbee: Use HTTPS home page.


From: Timotej Lazar
Subject: [bug#38919] [PATCH] gnu: bitlbee: Use HTTPS home page.
Date: Sat, 4 Jan 2020 17:00:47 +0100

* 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






reply via email to

[Prev in Thread] Current Thread [Next in Thread]