nixos/espanso: add n8henrie to maintainers

I help maintain espanso and would like to help maintain both the package
and the module.
This commit is contained in:
Nathan Henrie 2024-07-21 17:08:24 -06:00
parent 80d2de8b7a
commit de322fa088

View File

@ -3,7 +3,7 @@
with lib; with lib;
let cfg = config.services.espanso; let cfg = config.services.espanso;
in { in {
meta = { maintainers = with lib.maintainers; [ numkem ]; }; meta = { maintainers = with lib.maintainers; [ n8henrie numkem ]; };
options = { options = {
services.espanso = { services.espanso = {