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.

rnhmjoj 169cd512 78b0883e

Changed files
+1 -1
nixos
tests
+1 -1
nixos/tests/cntr.nix
···
makeTest {
name = "cntr-${backend}";
-
meta = { maintainers = with lib.maintainers; [ srk mic92 ]; };
nodes = {
${backend} = { pkgs, ... }: {
···
makeTest {
name = "cntr-${backend}";
+
meta = { maintainers = with lib.maintainers; [ sorki mic92 ]; };
nodes = {
${backend} = { pkgs, ... }: {