yubihsm-connector: add numinit as maintainer

This commit is contained in:
Morgan Jones
2026-02-10 20:25:59 -08:00
parent aaa4a6cd5a
commit d2af80bd80
@@ -49,7 +49,10 @@ buildGoModule (finalAttrs: {
meta = {
description = "Performs the communication between the YubiHSM 2 and applications that use it";
homepage = "https://developers.yubico.com/yubihsm-connector/";
maintainers = with lib.maintainers; [ matthewcroughan ];
maintainers = with lib.maintainers; [
matthewcroughan
numinit
];
license = lib.licenses.asl20;
mainProgram = "yubihsm-connector";
};