containers: add myself to the maintainers of the tests

Seems like the right thing to do.

+5 -5
+1 -1
nixos/tests/containers-bridge.nix
··· 10 10 import ./make-test.nix ({ pkgs, ...} : { 11 11 name = "containers-bridge"; 12 12 meta = with pkgs.stdenv.lib.maintainers; { 13 - maintainers = [ aristid aszlig eelco chaoflow ]; 13 + maintainers = [ aristid aszlig eelco chaoflow kampfschlaefer ]; 14 14 }; 15 15 16 16 machine =
+1 -1
nixos/tests/containers-extra_veth.nix
··· 3 3 import ./make-test.nix ({ pkgs, ...} : { 4 4 name = "containers-bridge"; 5 5 meta = with pkgs.stdenv.lib.maintainers; { 6 - maintainers = [ aristid aszlig eelco chaoflow ]; 6 + maintainers = [ kampfschlaefer ]; 7 7 }; 8 8 9 9 machine =
+1 -1
nixos/tests/containers-imperative.nix
··· 3 3 import ./make-test.nix ({ pkgs, ...} : { 4 4 name = "containers-imperative"; 5 5 meta = with pkgs.stdenv.lib.maintainers; { 6 - maintainers = [ aristid aszlig eelco chaoflow ]; 6 + maintainers = [ aristid aszlig eelco chaoflow kampfschlaefer ]; 7 7 }; 8 8 9 9 machine =
+1 -1
nixos/tests/containers-ipv4.nix
··· 3 3 import ./make-test.nix ({ pkgs, ...} : { 4 4 name = "containers-ipv4"; 5 5 meta = with pkgs.stdenv.lib.maintainers; { 6 - maintainers = [ aristid aszlig eelco chaoflow ]; 6 + maintainers = [ aristid aszlig eelco chaoflow kampfschlaefer ]; 7 7 }; 8 8 9 9 machine =
+1 -1
nixos/tests/containers-ipv6.nix
··· 8 8 import ./make-test.nix ({ pkgs, ...} : { 9 9 name = "containers-ipv6"; 10 10 meta = with pkgs.stdenv.lib.maintainers; { 11 - maintainers = [ aristid aszlig eelco chaoflow ]; 11 + maintainers = [ aristid aszlig eelco chaoflow kampfschlaefer ]; 12 12 }; 13 13 14 14 machine =