From 4b4628c7fc9a78353b6671e66d15568b98c728a2 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sat, 30 Jan 2021 23:41:14 +0100 Subject: [PATCH] libwebsockets: update license details --- pkgs/development/libraries/libwebsockets/default.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pkgs/development/libraries/libwebsockets/default.nix b/pkgs/development/libraries/libwebsockets/default.nix index 53aa752b96b..33c1cecfbc8 100644 --- a/pkgs/development/libraries/libwebsockets/default.nix +++ b/pkgs/development/libraries/libwebsockets/default.nix @@ -32,7 +32,9 @@ let throughput in both directions. ''; homepage = "https://libwebsockets.org/"; - license = licenses.lgpl21; + # Relicensed from LGPLv2.1+ to MIT with 4.0. Licensing situation + # is tricky, see https://github.com/warmcat/libwebsockets/blob/main/LICENSE + license = with licenses; [ mit publicDomain bsd3 asl20 ]; platforms = platforms.all; }; };