summary refs log tree commit diff
path: root/nixos/tests/cntr.nix
diff options
context:
space:
mode:
authorrnhmjoj <rnhmjoj@inventati.org>2021-09-22 08:43:58 +0200
committerrnhmjoj <rnhmjoj@inventati.org>2021-09-22 09:06:50 +0200
commit169cd512d4cf2ec70e4631e7e4d89677a3cf262c (patch)
tree98637ca751951e2e5ff8f3fc2ac4eb583ce18599 /nixos/tests/cntr.nix
parent78b0883e2f6838907e51055be8cb7db49310aafb (diff)
downloadnixpkgs-169cd512d4cf2ec70e4631e7e4d89677a3cf262c.tar
nixpkgs-169cd512d4cf2ec70e4631e7e4d89677a3cf262c.tar.gz
nixpkgs-169cd512d4cf2ec70e4631e7e4d89677a3cf262c.tar.bz2
nixpkgs-169cd512d4cf2ec70e4631e7e4d89677a3cf262c.tar.lz
nixpkgs-169cd512d4cf2ec70e4631e7e4d89677a3cf262c.tar.xz
nixpkgs-169cd512d4cf2ec70e4631e7e4d89677a3cf262c.tar.zst
nixpkgs-169cd512d4cf2ec70e4631e7e4d89677a3cf262c.zip
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.
Diffstat (limited to 'nixos/tests/cntr.nix')
-rw-r--r--nixos/tests/cntr.nix2
1 files changed, 1 insertions, 1 deletions
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, ... }: {