iperf2: add maintainer

This commit is contained in:
randomizedcoder dave.seddon.ca@gmail.com
2026-02-19 17:33:52 -08:00
parent ca83eeea5f
commit 4c40aa4439
+1
View File
@@ -25,6 +25,7 @@ stdenv.mkDerivation (finalAttrs: {
description = "Tool to measure IP bandwidth using UDP or TCP";
platforms = lib.platforms.unix;
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ randomizedcoder ];
# prioritize iperf3
priority = 10;