Merge pull request #63721 from basvandijk/libressl-openssl-license
libressl: add openssl license
This commit is contained in:
commit
5853fdb9ec
@ -39,7 +39,7 @@ let
|
|||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Free TLS/SSL implementation";
|
description = "Free TLS/SSL implementation";
|
||||||
homepage = "https://www.libressl.org";
|
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;
|
platforms = platforms.all;
|
||||||
maintainers = with maintainers; [ thoughtpolice fpletz globin ];
|
maintainers = with maintainers; [ thoughtpolice fpletz globin ];
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user