iperf3: correct license to bsd3 (#73949)

Quoth http://software.es.net/iperf:
> [iperf3] is released under a three-clause BSD license.
This commit is contained in:
edef 2019-11-24 10:58:38 +00:00 committed by Renaud
parent 0a724f9e5d
commit 78cb116272

View File

@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
homepage = http://software.es.net/iperf/;
description = "Tool to measure IP bandwidth using UDP or TCP";
platforms = platforms.unix;
license = "as-is";
license = licenses.bsd3;
maintainers = with maintainers; [ fpletz ];
};
}