diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-18 22:57:19 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-03-13 05:36:09 +0100 |
commit | 1bc64532b7a74f337a8dc56e9b7a9b0ff3b79ae9 (patch) | |
tree | 8c767cf8b526c67eb2775068b6ec1f2bb883fa9a /gnu/packages/web.scm | |
parent | 136070022b0c488a304c7813d3a05b00f8998202 (diff) | |
download | guix-1bc64532b7a74f337a8dc56e9b7a9b0ff3b79ae9.tar guix-1bc64532b7a74f337a8dc56e9b7a9b0ff3b79ae9.tar.gz |
gnu: libwebsockets: Use HTTPS home page.
* gnu/packages/web.scm (libwebsockets)[home-page]: Use HTTPS.
Diffstat (limited to 'gnu/packages/web.scm')
-rw-r--r-- | gnu/packages/web.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm index 236dd1a506..d766d31785 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))) |