nixos/usbrelayd: set myself as module maintainer

I forgot setting that when creating the module.
main
Michal Sojka 2 years ago
parent 3effbca0bc
commit 26ec7081d6
  1. 4
      nixos/modules/services/hardware/usbrelayd.nix

@ -40,4 +40,8 @@ in
};
users.groups.usbrelay = { };
};
meta = {
maintainers = with lib.maintainers; [ wentasah ];
};
}

Loading…
Cancel
Save