boringssl: add maintainers theoparis and niklaskorz

This commit is contained in:
Niklas Korz
2025-10-20 17:39:46 +02:00
parent c951587477
commit 905b80d01a

View File

@@ -52,7 +52,11 @@ stdenv.mkDerivation (finalAttrs: {
description = "Free TLS/SSL implementation";
mainProgram = "bssl";
homepage = "https://boringssl.googlesource.com";
maintainers = [ lib.maintainers.thoughtpolice ];
maintainers = with lib.maintainers; [
thoughtpolice
theoparis
niklaskorz
];
license = with lib.licenses; [
asl20
isc