libwebsockets: update license details
This commit is contained in:
parent
5ae16951b7
commit
4b4628c7fc
@ -32,7 +32,9 @@ let
|
|||||||
throughput in both directions.
|
throughput in both directions.
|
||||||
'';
|
'';
|
||||||
homepage = "https://libwebsockets.org/";
|
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;
|
platforms = platforms.all;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user