summary refs log tree commit diff
path: root/pkgs/tools/security/honggfuzz
diff options
context:
space:
mode:
authorHubert Jasudowicz <hubert.jasudowicz@gmail.com>2022-05-26 18:17:58 +0200
committerHubert Jasudowicz <hubert.jasudowicz@gmail.com>2022-05-26 18:17:58 +0200
commitd75f202ce494f56a5f40cbb5dc0bf81611afb003 (patch)
treebb9f30f4dade149f32688d833540e379e891448f /pkgs/tools/security/honggfuzz
parent924139096a8064b4959c7e314c19293459741b37 (diff)
downloadnixpkgs-d75f202ce494f56a5f40cbb5dc0bf81611afb003.tar
nixpkgs-d75f202ce494f56a5f40cbb5dc0bf81611afb003.tar.gz
nixpkgs-d75f202ce494f56a5f40cbb5dc0bf81611afb003.tar.bz2
nixpkgs-d75f202ce494f56a5f40cbb5dc0bf81611afb003.tar.lz
nixpkgs-d75f202ce494f56a5f40cbb5dc0bf81611afb003.tar.xz
nixpkgs-d75f202ce494f56a5f40cbb5dc0bf81611afb003.tar.zst
nixpkgs-d75f202ce494f56a5f40cbb5dc0bf81611afb003.zip
honggfuzz: Add chivay to maintainers
Diffstat (limited to 'pkgs/tools/security/honggfuzz')
-rw-r--r--pkgs/tools/security/honggfuzz/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/security/honggfuzz/default.nix b/pkgs/tools/security/honggfuzz/default.nix
index 7333c20fd7b..c6276eb56ca 100644
--- a/pkgs/tools/security/honggfuzz/default.nix
+++ b/pkgs/tools/security/honggfuzz/default.nix
@@ -45,7 +45,7 @@ let
       homepage = "https://honggfuzz.dev/";
       license = lib.licenses.asl20;
       platforms = [ "x86_64-linux" ];
-      maintainers = with lib.maintainers; [ cpu ];
+      maintainers = with lib.maintainers; [ cpu chivay ];
     };
   };
 in honggfuzz