about summary refs log tree commit diff
path: root/nixos/tests
diff options
context:
space:
mode:
authorRodney Lorrimar <dev@rodney.id.au>2023-12-09 17:45:33 +0800
committerRodney Lorrimar <dev@rodney.id.au>2023-12-09 17:45:33 +0800
commitc5710ce2749e588493fa42738fd638074294c3be (patch)
treea9fe80abf44f4345448a13c11f2a65fdbdf91c9e /nixos/tests
parent2c7f3c0fb7c08a0814627611d9d7d45ab6d75335 (diff)
downloadnixlib-c5710ce2749e588493fa42738fd638074294c3be.tar
nixlib-c5710ce2749e588493fa42738fd638074294c3be.tar.gz
nixlib-c5710ce2749e588493fa42738fd638074294c3be.tar.bz2
nixlib-c5710ce2749e588493fa42738fd638074294c3be.tar.lz
nixlib-c5710ce2749e588493fa42738fd638074294c3be.tar.xz
nixlib-c5710ce2749e588493fa42738fd638074294c3be.tar.zst
nixlib-c5710ce2749e588493fa42738fd638074294c3be.zip
nixos/tests/mongodb: Remove self from maintainers
Diffstat (limited to 'nixos/tests')
-rw-r--r--nixos/tests/mongodb.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/mongodb.nix b/nixos/tests/mongodb.nix
index 1afc891817af..68be6926865e 100644
--- a/nixos/tests/mongodb.nix
+++ b/nixos/tests/mongodb.nix
@@ -27,7 +27,7 @@ import ./make-test-python.nix ({ pkgs, ... }:
   in {
     name = "mongodb";
     meta = with pkgs.lib.maintainers; {
-      maintainers = [ bluescreen303 offline rvl phile314 ];
+      maintainers = [ bluescreen303 offline phile314 ];
     };
 
     nodes = {