Merge pull request #63721 from basvandijk/libressl-openssl-license
libressl: add openssl license
This commit is contained in:
commit
5853fdb9ec
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue