about summary refs log tree commit diff
path: root/nixos/modules/services/hardware/openrgb.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/services/hardware/openrgb.nix')
-rw-r--r--nixos/modules/services/hardware/openrgb.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/hardware/openrgb.nix b/nixos/modules/services/hardware/openrgb.nix
index 6ae5b4e587c6c..1f7e4ffb9265a 100644
--- a/nixos/modules/services/hardware/openrgb.nix
+++ b/nixos/modules/services/hardware/openrgb.nix
@@ -51,5 +51,5 @@ in {
     };
   };
 
-  meta.maintainers = with lib.maintainers; [ jonringer ];
+  meta.maintainers = with lib.maintainers; [ ];
 }