libressl: add openssl license
LibreSSL is also licensed under the OpenSSL license. See: https://cvsweb.openbsd.org/cgi-bin/cvsweb/~checkout~/src/lib/libssl/LICENSE?rev=1.12&content-type=text/plain
This commit is contained in:
parent
2307ac9fe2
commit
4099a9ad38
@ -39,7 +39,7 @@ let
|
||||
meta = with lib; {
|
||||
description = "Free TLS/SSL implementation";
|
||||
homepage = "https://www.libressl.org";
|
||||
license = with licenses; [ publicDomain bsdOriginal bsd0 bsd3 gpl3 isc ];
|
||||
license = with licenses; [ publicDomain bsdOriginal bsd0 bsd3 gpl3 isc openssl ];
|
||||
platforms = platforms.all;
|
||||
maintainers = with maintainers; [ thoughtpolice fpletz globin ];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user