GNU bug report logs -
#38919
[PATCH] gnu: bitlbee: Use HTTPS home page.
Previous Next
Reported by: Timotej Lazar <timotej.lazar <at> araneo.si>
Date: Sat, 4 Jan 2020 16:02:01 UTC
Severity: normal
Tags: patch
Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* 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
This bug report was last modified 5 years and 137 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.