about summary refs log tree commit diff
path: root/nixos/tests
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2024-04-27 05:23:55 +0200
committerGitHub <noreply@github.com>2024-04-27 05:23:55 +0200
commitc0e50ded28cf9af4cb67b16e9a1262ed7f3ff50d (patch)
tree1cbd47419985656e4712e6b508a10cb1f47ac37f /nixos/tests
parent97c7b6dfb9dac32ebd6b43670e3e9dbf3217751e (diff)
parent7e3f1978d6f38e8ee8d4797ce0ea2800ef20710b (diff)
Merge pull request #306046 from misuzu/maintainers
{gotosocial,castopod,swapspace,psi-plus,kmon}: remove misuzu from maintainers
Diffstat (limited to 'nixos/tests')
-rw-r--r--nixos/tests/castopod.nix2
-rw-r--r--nixos/tests/web-apps/gotosocial.nix2
2 files changed, 2 insertions, 2 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, ... }: {
diff --git a/nixos/tests/web-apps/gotosocial.nix b/nixos/tests/web-apps/gotosocial.nix
index 8c4e76b14e3bf..f9d28c2b8b998 100644
--- a/nixos/tests/web-apps/gotosocial.nix
+++ b/nixos/tests/web-apps/gotosocial.nix
@@ -1,7 +1,7 @@
 { lib, ... }:
 {
   name = "gotosocial";
-  meta.maintainers = with lib.maintainers; [ misuzu blakesmith ];
+  meta.maintainers = with lib.maintainers; [ blakesmith ];
 
   nodes.machine = { pkgs, ... }: {
     environment.systemPackages = [ pkgs.jq ];