nixos/tests/cntr: fix evaluation
The maintainer email address is srk@48.io, hence srk, but the attributename in the maintainer list is actually sorki.
rnhmjoj 4 years ago 169cd512 78b0883e
··· 9 9 makeTest { 10 10 name = "cntr-${backend}"; 11 11 12 12 - meta = { maintainers = with lib.maintainers; [ srk mic92 ]; }; 12 12 + meta = { maintainers = with lib.maintainers; [ sorki mic92 ]; }; 13 13 14 14 nodes = { 15 15 ${backend} = { pkgs, ... }: {