boringssl: add maintainers theoparis and niklaskorz

This commit is contained in:
Niklas Korz
2025-11-05 13:00:21 +01:00
parent c951587477
commit 905b80d01a
+5 -1
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