summary refs log tree commit diff
path: root/pkgs/development/libraries/openssl
diff options
context:
space:
mode:
authorMarkus Kowalewski <markus.kowalewski@gmail.com>2018-10-25 22:09:50 +0200
committerMarkus Kowalewski <markus.kowalewski@gmail.com>2018-10-25 23:10:00 +0200
commit598ed197db923a39be6ac80d6b0cf17fc1eea71e (patch)
tree46cd819b8e4bb0573a8428414308dd91181e9ea3 /pkgs/development/libraries/openssl
parent165f090e10e5c388cf0985034703996ef8dc3dfb (diff)
downloadnixpkgs-598ed197db923a39be6ac80d6b0cf17fc1eea71e.tar
nixpkgs-598ed197db923a39be6ac80d6b0cf17fc1eea71e.tar.gz
nixpkgs-598ed197db923a39be6ac80d6b0cf17fc1eea71e.tar.bz2
nixpkgs-598ed197db923a39be6ac80d6b0cf17fc1eea71e.tar.lz
nixpkgs-598ed197db923a39be6ac80d6b0cf17fc1eea71e.tar.xz
nixpkgs-598ed197db923a39be6ac80d6b0cf17fc1eea71e.tar.zst
nixpkgs-598ed197db923a39be6ac80d6b0cf17fc1eea71e.zip
openssl-chacha: add license
Diffstat (limited to 'pkgs/development/libraries/openssl')
-rw-r--r--pkgs/development/libraries/openssl/chacha.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/libraries/openssl/chacha.nix b/pkgs/development/libraries/openssl/chacha.nix
index 86015abb981..973f8304273 100644
--- a/pkgs/development/libraries/openssl/chacha.nix
+++ b/pkgs/development/libraries/openssl/chacha.nix
@@ -76,6 +76,7 @@ stdenv.mkDerivation rec {
     description = "A cryptographic library that implements the SSL and TLS protocols";
     platforms = [ "x86_64-linux" ];
     maintainers = [ stdenv.lib.maintainers.cstrahan ];
+    license = licenses.openssl;
     priority = 10; # resolves collision with ‘man-pages’
   };
 }