containers: add myself to the maintainers of the tests

Seems like the right thing to do.
release-18.03-flake
Arnold Krille 2016-05-16 13:06:40 +02:00
parent 9045a8e24c
commit 07de11f165
5 changed files with 5 additions and 5 deletions

View File

@ -10,7 +10,7 @@ in
import ./make-test.nix ({ pkgs, ...} : {
name = "containers-bridge";
meta = with pkgs.stdenv.lib.maintainers; {
maintainers = [ aristid aszlig eelco chaoflow ];
maintainers = [ aristid aszlig eelco chaoflow kampfschlaefer ];
};
machine =

View File

@ -3,7 +3,7 @@
import ./make-test.nix ({ pkgs, ...} : {
name = "containers-bridge";
meta = with pkgs.stdenv.lib.maintainers; {
maintainers = [ aristid aszlig eelco chaoflow ];
maintainers = [ kampfschlaefer ];
};
machine =

View File

@ -3,7 +3,7 @@
import ./make-test.nix ({ pkgs, ...} : {
name = "containers-imperative";
meta = with pkgs.stdenv.lib.maintainers; {
maintainers = [ aristid aszlig eelco chaoflow ];
maintainers = [ aristid aszlig eelco chaoflow kampfschlaefer ];
};
machine =

View File

@ -3,7 +3,7 @@
import ./make-test.nix ({ pkgs, ...} : {
name = "containers-ipv4";
meta = with pkgs.stdenv.lib.maintainers; {
maintainers = [ aristid aszlig eelco chaoflow ];
maintainers = [ aristid aszlig eelco chaoflow kampfschlaefer ];
};
machine =

View File

@ -8,7 +8,7 @@ in
import ./make-test.nix ({ pkgs, ...} : {
name = "containers-ipv6";
meta = with pkgs.stdenv.lib.maintainers; {
maintainers = [ aristid aszlig eelco chaoflow ];
maintainers = [ aristid aszlig eelco chaoflow kampfschlaefer ];
};
machine =