summary refs log tree commit diff
path: root/pkgs/development/libraries/libressl
diff options
context:
space:
mode:
authorMarkus Kowalewski <markus.kowalewski@gmail.com>2018-08-17 22:15:45 +0200
committerMarkus Kowalewski <markus.kowalewski@gmail.com>2018-08-17 22:15:45 +0200
commit7dceb844199366e40cc28565f686795c27c0a489 (patch)
treed448997df17308309be986db00d2ea45018e2efd /pkgs/development/libraries/libressl
parente4395211d2f41cf4e3e92ddda2e1185e40335a5e (diff)
downloadnixpkgs-7dceb844199366e40cc28565f686795c27c0a489.tar
nixpkgs-7dceb844199366e40cc28565f686795c27c0a489.tar.gz
nixpkgs-7dceb844199366e40cc28565f686795c27c0a489.tar.bz2
nixpkgs-7dceb844199366e40cc28565f686795c27c0a489.tar.lz
nixpkgs-7dceb844199366e40cc28565f686795c27c0a489.tar.xz
nixpkgs-7dceb844199366e40cc28565f686795c27c0a489.tar.zst
nixpkgs-7dceb844199366e40cc28565f686795c27c0a489.zip
libressl: add licenses
Diffstat (limited to 'pkgs/development/libraries/libressl')
-rw-r--r--pkgs/development/libraries/libressl/default.nix1
1 files changed, 1 insertions, 0 deletions
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 ];
     };