libressl: add licenses

wip/yesman
Markus Kowalewski 6 years ago
parent e4395211d2
commit 7dceb84419
No known key found for this signature in database
GPG Key ID: D865C8A91D7025EB
  1. 1
      pkgs/development/libraries/libressl/default.nix

@ -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…
Cancel
Save