From 78cb116272f85e691df648b7f117a4064b04ab4e Mon Sep 17 00:00:00 2001 From: edef Date: Sun, 24 Nov 2019 10:58:38 +0000 Subject: [PATCH] iperf3: correct license to bsd3 (#73949) Quoth http://software.es.net/iperf: > [iperf3] is released under a three-clause BSD license. --- pkgs/tools/networking/iperf/3.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/tools/networking/iperf/3.nix b/pkgs/tools/networking/iperf/3.nix index 4e2c27e2d40..c59eb09f4c5 100644 --- a/pkgs/tools/networking/iperf/3.nix +++ b/pkgs/tools/networking/iperf/3.nix @@ -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 ]; }; }