mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 13:10:33 +00:00
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:
parent
0a724f9e5d
commit
78cb116272
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue