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/;
|
homepage = http://software.es.net/iperf/;
|
||||||
description = "Tool to measure IP bandwidth using UDP or TCP";
|
description = "Tool to measure IP bandwidth using UDP or TCP";
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
license = "as-is";
|
license = licenses.bsd3;
|
||||||
maintainers = with maintainers; [ fpletz ];
|
maintainers = with maintainers; [ fpletz ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user