nixos/usbrelayd: set myself as module maintainer

I forgot setting that when creating the module.
This commit is contained in:
Michal Sojka 2022-05-08 21:43:37 +02:00
parent 3effbca0bc
commit 26ec7081d6

View file

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