forked from mirrors/nixpkgs
containers: add myself to the maintainers of the tests
Seems like the right thing to do.
This commit is contained in:
parent
9045a8e24c
commit
07de11f165
|
@ -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 =
|
||||
|
|
|
@ -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 =
|
||||
|
|
|
@ -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 =
|
||||
|
|
|
@ -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 =
|
||||
|
|
|
@ -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 =
|
||||
|
|
Loading…
Reference in a new issue