iperf3d: add wdz team as maintainers

This commit is contained in:
Jennifer Graul 2023-10-27 10:34:41 +02:00 committed by Yaya
parent 3799156642
commit 640f50fdd8

View file

@ -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;
};
}