summaryrefslogtreecommitdiffstats
path: root/nixos/modules/hardware/opentabletdriver.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/hardware/opentabletdriver.nix')
-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 {