iperf3d: add wdz team as maintainers
This commit is contained in:
parent
3799156642
commit
640f50fdd8
1 changed files with 1 additions and 1 deletions
|
@ -23,6 +23,6 @@ rustPlatform.buildRustPackage rec {
|
|||
description = "A iperf3 client and server wrapper for dynamic server ports";
|
||||
homepage = "https://github.com/wobcom/iperf3d";
|
||||
license = licenses.mit;
|
||||
maintainers = [ maintainers.netali ];
|
||||
maintainers = with maintainers; [ netali ] ++ teams.wdz.members;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue