From ef4ac4cc7bf8abf586a6d80efad9a4229f6dd998 Mon Sep 17 00:00:00 2001 From: Morgan Jones Date: Sun, 13 Apr 2025 13:42:02 -0700 Subject: [PATCH] openssh: add numinit as maintainer I've found issues in other distros' deployments of SSH daemons before (e.g. CVE-2025-30095) -- happy to help make sure NixOS' is properly maintained. If there's something wrong with OpenSSH, I'd like to help triage and support whatever remediations I need to. Discussed with Philip already to confirm over Discourse, prior to making this commit the first time. :-) --- pkgs/tools/networking/openssh/default.nix | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/pkgs/tools/networking/openssh/default.nix b/pkgs/tools/networking/openssh/default.nix index 4215d99601d0..80e7ccfb746b 100644 --- a/pkgs/tools/networking/openssh/default.nix +++ b/pkgs/tools/networking/openssh/default.nix @@ -33,7 +33,12 @@ in }; extraPatches = [ ./ssh-keysign-8.5.patch ]; - extraMeta.maintainers = lib.teams.helsinki-systems.members ++ [ lib.maintainers.philiptaron ]; + extraMeta.maintainers = + lib.teams.helsinki-systems.members + ++ (with lib.maintainers; [ + numinit + philiptaron + ]); }; openssh_hpn = common rec {