libressl: add licenses
This commit is contained in:
parent
e4395211d2
commit
7dceb84419
@ -27,6 +27,7 @@ let
|
||||
meta = with lib; {
|
||||
description = "Free TLS/SSL implementation";
|
||||
homepage = "https://www.libressl.org";
|
||||
license = with licenses; [ publicDomain bsdOriginal bsd0 bsd3 gpl3 isc ];
|
||||
platforms = platforms.all;
|
||||
maintainers = with maintainers; [ thoughtpolice wkennington fpletz globin ];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user