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