From 169cd512d4cf2ec70e4631e7e4d89677a3cf262c Mon Sep 17 00:00:00 2001 From: rnhmjoj Date: Wed, 22 Sep 2021 08:43:58 +0200 Subject: nixos/tests/cntr: fix evaluation The maintainer email address is srk@48.io, hence srk, but the attribute name in the maintainer list is actually sorki. --- nixos/tests/cntr.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nixos/tests/cntr.nix') diff --git a/nixos/tests/cntr.nix b/nixos/tests/cntr.nix index 8cffd97459d..66847075620 100644 --- a/nixos/tests/cntr.nix +++ b/nixos/tests/cntr.nix @@ -9,7 +9,7 @@ let makeTest { name = "cntr-${backend}"; - meta = { maintainers = with lib.maintainers; [ srk mic92 ]; }; + meta = { maintainers = with lib.maintainers; [ sorki mic92 ]; }; nodes = { ${backend} = { pkgs, ... }: { -- cgit 1.4.1