summaryrefslogtreecommitdiffstats
path: root/nixos/tests/bcachefs.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/tests/bcachefs.nix')
-rw-r--r--nixos/tests/bcachefs.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/bcachefs.nix b/nixos/tests/bcachefs.nix
index 3f116d7df92a..146225e72cee 100644
--- a/nixos/tests/bcachefs.nix
+++ b/nixos/tests/bcachefs.nix
@@ -1,6 +1,6 @@
import ./make-test-python.nix ({ pkgs, ... }: {
name = "bcachefs";
- meta.maintainers = with pkgs.stdenv.lib.maintainers; [ chiiruno ];
+ meta.maintainers = with pkgs.lib.maintainers; [ chiiruno ];
machine = { pkgs, ... }: {
virtualisation.emptyDiskImages = [ 4096 ];