summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetr Hodina <phodina@protonmail.com>2022-06-10 10:41:14 +0200
committerLudovic Courtès <ludo@gnu.org>2022-06-15 00:25:22 +0200
commite51517d0775e636bd250f49fb9a4351fe6c546d2 (patch)
tree4f24ea4ab7225250012b9c6f6e3bf85ec9f3dfbc
parentc363843349644352427e8c55091dbcc36533383a (diff)
downloadguix-patches-e51517d0775e636bd250f49fb9a4351fe6c546d2.tar
guix-patches-e51517d0775e636bd250f49fb9a4351fe6c546d2.tar.gz
gnu: libwesockets: Update license.
* gnu/packages/web.scm (libwebsockets)[license]: Change to expat. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
-rw-r--r--gnu/packages/web.scm5
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 64d747a312..9047578b0a 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -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 @@ parser written in ANSI C and a small validating JSON generator.")
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