[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/09: gnu: libwebsockets: Use HTTPS home page.
From: |
guix-commits |
Subject: |
02/09: gnu: libwebsockets: Use HTTPS home page. |
Date: |
Fri, 13 Mar 2020 00:40:32 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 1bc64532b7a74f337a8dc56e9b7a9b0ff3b79ae9
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Sat Jan 18 22:57:19 2020 +0100
gnu: libwebsockets: Use HTTPS home page.
* gnu/packages/web.scm (libwebsockets)[home-page]: Use HTTPS.
---
gnu/packages/web.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 236dd1a..d766d31 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -1129,7 +1129,7 @@ parser written in ANSI C and a small validating JSON
generator.")
"Libwebsockets is a library that allows C programs to establish client
and server WebSockets connections---a protocol layered above HTTP that allows
for efficient socket-like bidirectional reliable communication channels.")
- (home-page "http://libwebsockets.org/")
+ (home-page "https://libwebsockets.org")
;; This is LGPLv2.1-only with extra exceptions specified in 'LICENSE'.
(license license:lgpl2.1)))
- branch master updated (63299f2 -> d1548cb), guix-commits, 2020/03/13
- 01/09: gnu: catdoc: Use HTTPS home page., guix-commits, 2020/03/13
- 03/09: gnu: autobuild: Use HTTPS home page., guix-commits, 2020/03/13
- 06/09: gnu: bastet: Use HTTPS home page., guix-commits, 2020/03/13
- 02/09: gnu: libwebsockets: Use HTTPS home page.,
guix-commits <=
- 07/09: gnu: sdparm: Update to 1.11., guix-commits, 2020/03/13
- 09/09: gnu: fltk: Use HTTPS home page., guix-commits, 2020/03/13
- 04/09: gnu: java-snappy@1.0: Don't use unstable tarball., guix-commits, 2020/03/13
- 05/09: gnu: java-iq80-snappy: Don't use unstable tarball., guix-commits, 2020/03/13
- 08/09: gnu: unqlite: Use HTTPS home page., guix-commits, 2020/03/13