openssh: re-add numinit as maintainer

Got deleted in a treewide merge conflict resolution:

- Originally added: ef4ac4cc7b
- Deleted: f96ac2dcd6
This commit is contained in:
Morgan Jones
2025-05-28 01:15:07 -07:00
parent 48959f25a4
commit 6b961cfe30
+4 -1
View File
@@ -40,7 +40,10 @@ in
./ssh-keysign-8.5.patch
];
extraMeta = {
maintainers = [ lib.maintainers.philiptaron ];
maintainers = with lib.maintainers; [
philiptaron
numinit
];
teams = [ lib.teams.helsinki-systems ];
};
};