mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-12 05:16:25 +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 {
|
in {
|
||||||
name = "mongodb";
|
name = "mongodb";
|
||||||
meta = with pkgs.lib.maintainers; {
|
meta = with pkgs.lib.maintainers; {
|
||||||
maintainers = [ bluescreen303 offline cstrahan rvl phile314 ];
|
maintainers = [ bluescreen303 offline rvl phile314 ];
|
||||||
};
|
};
|
||||||
|
|
||||||
nodes = {
|
nodes = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue