summaryrefslogtreecommitdiff
path: root/pkgs/tools/networking/httperf
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/networking/httperf')
-rw-r--r--pkgs/tools/networking/httperf/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/networking/httperf/default.nix b/pkgs/tools/networking/httperf/default.nix
index ea567f10d488..975b050de7e3 100644
--- a/pkgs/tools/networking/httperf/default.nix
+++ b/pkgs/tools/networking/httperf/default.nix
@@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "The httperf HTTP load generator";
homepage = "https://github.com/httperf/httperf";
- maintainers = with maintainers; [ nand0p ];
+ maintainers = with maintainers; [ ];
license = licenses.gpl2;
platforms = platforms.all;
};