boringssl: add maintainers theoparis and niklaskorz
This commit is contained in:
@@ -52,7 +52,11 @@ stdenv.mkDerivation (finalAttrs: {
|
|||||||
description = "Free TLS/SSL implementation";
|
description = "Free TLS/SSL implementation";
|
||||||
mainProgram = "bssl";
|
mainProgram = "bssl";
|
||||||
homepage = "https://boringssl.googlesource.com";
|
homepage = "https://boringssl.googlesource.com";
|
||||||
maintainers = [ lib.maintainers.thoughtpolice ];
|
maintainers = with lib.maintainers; [
|
||||||
|
thoughtpolice
|
||||||
|
theoparis
|
||||||
|
niklaskorz
|
||||||
|
];
|
||||||
license = with lib.licenses; [
|
license = with lib.licenses; [
|
||||||
asl20
|
asl20
|
||||||
isc
|
isc
|
||||||
|
|||||||
Reference in New Issue
Block a user