about summary refs log tree commit diff
path: root/nixos/modules/hardware
diff options
context:
space:
mode:
authorsuperherointj <5861043+superherointj@users.noreply.github.com>2022-10-04 14:06:48 -0300
committersuperherointj <5861043+superherointj@users.noreply.github.com>2022-10-04 14:06:48 -0300
commit2e19f2fa5391b3b30e9eace7b4b6a60926b828ae (patch)
tree2b7ea927550c6cbe97336f3ef4e025917d482411 /nixos/modules/hardware
parentbe22a05cfe09f983dbc4578f483af92b7f49e434 (diff)
maintainers: remove superherointj
Diffstat (limited to 'nixos/modules/hardware')
-rw-r--r--nixos/modules/hardware/ckb-next.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/hardware/ckb-next.nix b/nixos/modules/hardware/ckb-next.nix
index e5c79c8143142..79977939eec81 100644
--- a/nixos/modules/hardware/ckb-next.nix
+++ b/nixos/modules/hardware/ckb-next.nix
@@ -48,6 +48,6 @@ in
     };
 
     meta = {
-      maintainers = with lib.maintainers; [ superherointj ];
+      maintainers = with lib.maintainers; [ ];
     };
   }