forked from mirrors/nixpkgs
nixos/tests/teleport: make justinas the maintainer
This commit is contained in:
parent
31b5597cbd
commit
e831a3da98
|
@ -80,7 +80,7 @@ lib.concatMapAttrs
|
||||||
"minimal_${name}" = makeTest {
|
"minimal_${name}" = makeTest {
|
||||||
# minimal setup should always work
|
# minimal setup should always work
|
||||||
name = "teleport-minimal-setup";
|
name = "teleport-minimal-setup";
|
||||||
meta.maintainers = with pkgs.lib.maintainers; [ ymatsiuk ];
|
meta.maintainers = with pkgs.lib.maintainers; [ justinas ];
|
||||||
nodes.minimal = minimal package;
|
nodes.minimal = minimal package;
|
||||||
|
|
||||||
testScript = ''
|
testScript = ''
|
||||||
|
@ -93,7 +93,7 @@ lib.concatMapAttrs
|
||||||
"basic_${name}" = makeTest {
|
"basic_${name}" = makeTest {
|
||||||
# basic server and client test
|
# basic server and client test
|
||||||
name = "teleport-server-client";
|
name = "teleport-server-client";
|
||||||
meta.maintainers = with pkgs.lib.maintainers; [ ymatsiuk ];
|
meta.maintainers = with pkgs.lib.maintainers; [ justinas ];
|
||||||
nodes = {
|
nodes = {
|
||||||
server = server package;
|
server = server package;
|
||||||
client = client package;
|
client = client package;
|
||||||
|
|
Loading…
Reference in a new issue