diff mbox series

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

Message ID 20200104160046.28095-1-timotej.lazar@araneo.si
State Accepted
Headers show
Series [bug#38919] gnu: bitlbee: Use HTTPS home page. | expand

Checks

Context Check Description
cbaines/applying patch fail Apply failed

Commit Message

Timotej Lazar Jan. 4, 2020, 4 p.m. UTC
* gnu/packages/messaging.scm (bitlbee)[home-page]: Use HTTPS.
---
 gnu/packages/messaging.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Nicolas Goaziou Jan. 5, 2020, 1:01 a.m. UTC | #1
Hello,

Timotej Lazar <timotej.lazar@araneo.si> writes:

> * gnu/packages/messaging.scm (bitlbee)[home-page]: Use HTTPS.

Applied. Thank you.

Regards,
diff mbox series

Patch

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