summary refs log tree commit diff
path: root/pkgs/applications/networking/ids/zeek/default.nix
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2019-10-02 04:00:00 -0500
committerMario Rodas <marsam@users.noreply.github.com>2019-10-02 04:00:00 -0500
commit7ed57e7c700d6fbed261a9b612decd00bad3fe01 (patch)
treebd2fdc75da6013226d2e3df96561b83f69c2f0ca /pkgs/applications/networking/ids/zeek/default.nix
parent80e262e85ad6dd5d29cb6ca7e99bc980886c8274 (diff)
downloadnixpkgs-7ed57e7c700d6fbed261a9b612decd00bad3fe01.tar
nixpkgs-7ed57e7c700d6fbed261a9b612decd00bad3fe01.tar.gz
nixpkgs-7ed57e7c700d6fbed261a9b612decd00bad3fe01.tar.bz2
nixpkgs-7ed57e7c700d6fbed261a9b612decd00bad3fe01.tar.lz
nixpkgs-7ed57e7c700d6fbed261a9b612decd00bad3fe01.tar.xz
nixpkgs-7ed57e7c700d6fbed261a9b612decd00bad3fe01.tar.zst
nixpkgs-7ed57e7c700d6fbed261a9b612decd00bad3fe01.zip
zeek: add tobim as maintainer
Diffstat (limited to 'pkgs/applications/networking/ids/zeek/default.nix')
-rw-r--r--pkgs/applications/networking/ids/zeek/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/ids/zeek/default.nix b/pkgs/applications/networking/ids/zeek/default.nix
index 22bfa4d9bc9..b087a6c3ae3 100644
--- a/pkgs/applications/networking/ids/zeek/default.nix
+++ b/pkgs/applications/networking/ids/zeek/default.nix
@@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
     description = "Powerful network analysis framework much different from a typical IDS";
     homepage = "https://www.zeek.org";
     license = licenses.bsd3;
-    maintainers = with maintainers; [ pSub marsam ];
+    maintainers = with maintainers; [ pSub marsam tobim ];
     platforms = platforms.unix;
   };
 }