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.
This commit is contained in:
rnhmjoj
2021-09-22 08:43:58 +02:00
parent 78b0883e2f
commit 169cd512d4

View File

@@ -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, ... }: {