about summary refs log tree commit diff
path: root/nixpkgs/nixos/tests/plausible.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/nixos/tests/plausible.nix')
-rw-r--r--nixpkgs/nixos/tests/plausible.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixpkgs/nixos/tests/plausible.nix b/nixpkgs/nixos/tests/plausible.nix
index ef32bb3a805f..9afd3db75de8 100644
--- a/nixpkgs/nixos/tests/plausible.nix
+++ b/nixpkgs/nixos/tests/plausible.nix
@@ -1,7 +1,7 @@
 import ./make-test-python.nix ({ pkgs, lib, ... }: {
   name = "plausible";
   meta = with lib.maintainers; {
-    maintainers = [ ma27 ];
+    maintainers = [ ];
   };
 
   nodes.machine = { pkgs, ... }: {