about summary refs log tree commit diff
path: root/nixos/modules/hardware
diff options
context:
space:
mode:
authorKier Davis <me@kierdavis.com>2022-07-03 20:07:34 +0100
committerGitHub <noreply@github.com>2022-07-03 16:07:34 -0300
commit5f14f77bf29fc69c1e2654f905738f5c444f8049 (patch)
tree1b23c76e6402c78a6dc449c52906a1ce8f30038e /nixos/modules/hardware
parent5c02ac6e068f33662efa4f0a5c7f81e9456cabf9 (diff)
ckb-next: remove myself from maintainers (#179573)
* ckb-next: remove kierdavis and add superherointj as maintainer

Co-authored-by: superherointj <5861043+superherointj@users.noreply.github.com>
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 b2bbd77c9d7fa..751ed663aab57 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; [ kierdavis ];
+      maintainers = with lib.maintainers; [ superherointj ];
     };
   }