libressl: add licenses

This commit is contained in:
Markus Kowalewski 2018-08-17 22:15:45 +02:00
parent e4395211d2
commit 7dceb84419
No known key found for this signature in database
GPG Key ID: D865C8A91D7025EB

View File

@ -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 ];
};