mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 23:06:59 +01:00
gnu: libwesockets: Update license.
* gnu/packages/web.scm (libwebsockets)[license]: Change to expat. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
c363843349
commit
e51517d077
1 changed files with 2 additions and 3 deletions
|
@ -57,6 +57,7 @@
|
|||
;;; Copyright © 2021 Vinicius Monego <monego@posteo.net>
|
||||
;;; Copyright © 2022 cage <cage-dev@twistfold.it>
|
||||
;;; Copyright © 2022 Pradana Aumars <paumars@courrier.dev>
|
||||
;;; Copyright © 2022 Petr Hodina <phodina@protonmail.com>
|
||||
;;;
|
||||
;;; This file is part of GNU Guix.
|
||||
;;;
|
||||
|
@ -1451,9 +1452,7 @@ (define-public libwebsockets
|
|||
and server WebSockets connections---a protocol layered above HTTP that allows
|
||||
for efficient socket-like bidirectional reliable communication channels.")
|
||||
(home-page "https://libwebsockets.org")
|
||||
|
||||
;; This is LGPLv2.1-only with extra exceptions specified in 'LICENSE'.
|
||||
(license license:lgpl2.1)))
|
||||
(license license:expat)))
|
||||
|
||||
(define-public wabt
|
||||
(package
|
||||
|
|
Loading…
Reference in a new issue