nixos/tests/bcachefs: update meta.maintainers

Inherit maintainers from bcachefs-tools package.

Changed files
+3 -1
nixos
tests
+3 -1
nixos/tests/bcachefs.nix
···
{ pkgs, ... }:
{
name = "bcachefs";
-
meta.maintainers = with pkgs.lib.maintainers; [ Madouura ];
+
meta = {
+
inherit (pkgs.bcachefs-tools.meta) maintainers;
+
};
nodes.machine =
{ pkgs, ... }: