openssl: add stridtech team as maintainer

This commit is contained in:
superherointj
2024-07-12 12:16:22 +02:00
committed by Yaya
parent cca34e8615
commit 533da0c2ae
@@ -233,7 +233,7 @@ let
description = "Cryptographic library that implements the SSL and TLS protocols";
license = licenses.openssl;
mainProgram = "openssl";
maintainers = with maintainers; [ thillux ];
maintainers = with maintainers; [ thillux ] ++ lib.teams.stridtech.members;
pkgConfigModules = [
"libcrypto"
"libssl"