libwebsockets: update license details

master
Fabian Affolter 2021-01-30 23:41:14 +01:00
parent 5ae16951b7
commit 4b4628c7fc
1 changed files with 3 additions and 1 deletions

View File

@ -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;
};
};