From 7dceb844199366e40cc28565f686795c27c0a489 Mon Sep 17 00:00:00 2001 From: Markus Kowalewski Date: Fri, 17 Aug 2018 22:15:45 +0200 Subject: [PATCH] libressl: add licenses --- pkgs/development/libraries/libressl/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/libraries/libressl/default.nix b/pkgs/development/libraries/libressl/default.nix index 91d2851df2b..e30f2b0af5d 100644 --- a/pkgs/development/libraries/libressl/default.nix +++ b/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 ]; };