summaryrefslogtreecommitdiffstats
path: root/nixos
diff options
context:
space:
mode:
authorThiago Kenji Okada <thiagokokada@gmail.com>2021-01-08 18:53:33 -0300
committerThiago Kenji Okada <thiagokokada@gmail.com>2021-01-08 18:53:55 -0300
commit0573b54e29854cd133d9ab71a0533dc9d22d6403 (patch)
tree575927bd07e340885f0abc1ae52ef1b558ff3087 /nixos
parent41c50cc5052e80a7132880b28ff38c52b611c974 (diff)
nixos/opentabletdriver: add thiagokokada as maintainer
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/hardware/opentabletdriver.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/nixos/modules/hardware/opentabletdriver.nix b/nixos/modules/hardware/opentabletdriver.nix
index 0f34d903f68b..295e23e6164f 100644
--- a/nixos/modules/hardware/opentabletdriver.nix
+++ b/nixos/modules/hardware/opentabletdriver.nix
@@ -5,6 +5,8 @@ let
cfg = config.hardware.opentabletdriver;
in
{
+ meta.maintainers = with lib.maintainers; [ thiagokokada ];
+
options = {
hardware.opentabletdriver = {
enable = mkOption {