all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#38919] [PATCH] gnu: bitlbee: Use HTTPS home page.
@ 2020-01-04 16:00 Timotej Lazar
  2020-01-05  1:01 ` bug#38919: " Nicolas Goaziou
  0 siblings, 1 reply; 2+ messages in thread
From: Timotej Lazar @ 2020-01-04 16:00 UTC (permalink / raw)
  To: 38919; +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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#38919: [PATCH] gnu: bitlbee: Use HTTPS home page.
  2020-01-04 16:00 [bug#38919] [PATCH] gnu: bitlbee: Use HTTPS home page Timotej Lazar
@ 2020-01-05  1:01 ` Nicolas Goaziou
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2020-01-05  1:01 UTC (permalink / raw)
  To: Timotej Lazar; +Cc: 38919-done

Hello,

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

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

Applied. Thank you.

Regards,

-- 
Nicolas Goaziou

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-01-05  1:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-04 16:00 [bug#38919] [PATCH] gnu: bitlbee: Use HTTPS home page Timotej Lazar
2020-01-05  1:01 ` bug#38919: " Nicolas Goaziou

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.