mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-11 12:15:34 +03:00
nixos/tests/mongodb: remove non-existent maintainer
This commit is contained in:
parent
2c596b216a
commit
93d52c5609
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ import ./make-test-python.nix ({ pkgs, ... }:
|
|||
in {
|
||||
name = "mongodb";
|
||||
meta = with pkgs.lib.maintainers; {
|
||||
maintainers = [ bluescreen303 offline cstrahan rvl phile314 ];
|
||||
maintainers = [ bluescreen303 offline rvl phile314 ];
|
||||
};
|
||||
|
||||
nodes = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue