mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: libwebsockets: Use HTTPS home page.
* gnu/packages/web.scm (libwebsockets)[home-page]: Use HTTPS.
This commit is contained in:
parent
136070022b
commit
1bc64532b7
1 changed files with 1 additions and 1 deletions
|
@ -1129,7 +1129,7 @@ (define-public libwebsockets
|
|||
"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)))
|
||||
|
|
Loading…
Reference in a new issue