about summary refs log tree commit diff
path: root/nixos/tests
diff options
context:
space:
mode:
authormisuzu <bakalolka@gmail.com>2024-04-22 19:19:48 +0300
committermisuzu <bakalolka@gmail.com>2024-04-22 19:19:48 +0300
commit1c99cea68492485523b81c0e1a7a5f802d266c46 (patch)
tree1dbaaba7d9070f81681011c7f06479d61d785365 /nixos/tests
parent4146e6ea38a0ac1994ddedd85d265cb9b1755aa1 (diff)
castopod: remove misuzu from maintainers
Diffstat (limited to 'nixos/tests')
-rw-r--r--nixos/tests/castopod.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/castopod.nix b/nixos/tests/castopod.nix
index 29bf8e8cacd89..3257cd3d363c7 100644
--- a/nixos/tests/castopod.nix
+++ b/nixos/tests/castopod.nix
@@ -2,7 +2,7 @@ import ./make-test-python.nix ({ pkgs, lib, ... }:
 {
   name = "castopod";
   meta = with lib.maintainers; {
-    maintainers = [ alexoundos misuzu ];
+    maintainers = [ alexoundos ];
   };
 
   nodes.castopod = { nodes, ... }: {