summaryrefslogtreecommitdiffstats
path: root/nixos/tests/ergo.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/tests/ergo.nix')
-rw-r--r--nixos/tests/ergo.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/ergo.nix b/nixos/tests/ergo.nix
index 8cdbbf62a956..b49e0c9dfed7 100644
--- a/nixos/tests/ergo.nix
+++ b/nixos/tests/ergo.nix
@@ -1,6 +1,6 @@
import ./make-test-python.nix ({ pkgs, ... }: {
name = "ergo";
- meta = with pkgs.stdenv.lib.maintainers; {
+ meta = with pkgs.lib.maintainers; {
maintainers = [ mmahut ];
};