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:01 +0300
committermisuzu <bakalolka@gmail.com>2024-04-22 19:19:01 +0300
commit4146e6ea38a0ac1994ddedd85d265cb9b1755aa1 (patch)
treeec5bca06e98272f2eee92addbeac2ac938be0224 /nixos/tests
parent6143fc5eeb9c4f00163267708e26191d1e918932 (diff)
gotosocial: remove misuzu from maintainers
Diffstat (limited to 'nixos/tests')
-rw-r--r--nixos/tests/web-apps/gotosocial.nix2
1 files changed, 1 insertions, 1 deletions
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 ];