From c5710ce2749e588493fa42738fd638074294c3be Mon Sep 17 00:00:00 2001 From: Rodney Lorrimar Date: Sat, 9 Dec 2023 17:45:33 +0800 Subject: [PATCH] nixos/tests/mongodb: Remove self from maintainers --- nixos/tests/mongodb.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = {