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. :-)
This commit is contained in:
Morgan Jones
2025-04-15 01:22:41 -07:00
parent 0f5bfe46dc
commit ef4ac4cc7b
+6 -1
View File
@@ -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 {