boringssl: add licenses
This commit is contained in:
parent
b46666a867
commit
e86c84d607
@ -27,10 +27,11 @@ stdenv.mkDerivation rec {
|
|||||||
mv ../include/openssl $out/include
|
mv ../include/openssl $out/include
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = with stdenv.lib; {
|
||||||
description = "Free TLS/SSL implementation";
|
description = "Free TLS/SSL implementation";
|
||||||
homepage = "https://boringssl.googlesource.com";
|
homepage = "https://boringssl.googlesource.com";
|
||||||
platforms = stdenv.lib.platforms.all;
|
platforms = platforms.all;
|
||||||
maintainers = [ stdenv.lib.maintainers.thoughtpolice ];
|
maintainers = [ maintainers.thoughtpolice ];
|
||||||
|
license = with licenses; [ openssl isc mit bsd3 ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user