about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2019-10-02 03:00:00 -0500
committerMario Rodas <marsam@users.noreply.github.com>2019-10-02 03:00:00 -0500
commit80e262e85ad6dd5d29cb6ca7e99bc980886c8274 (patch)
tree9df6c4451b5e70310e845de2eed7be3ee65f2b70 /pkgs/applications
parent0449518afbf2f34c8ae40c15713edfcef4536179 (diff)
downloadnixlib-80e262e85ad6dd5d29cb6ca7e99bc980886c8274.tar
nixlib-80e262e85ad6dd5d29cb6ca7e99bc980886c8274.tar.gz
nixlib-80e262e85ad6dd5d29cb6ca7e99bc980886c8274.tar.bz2
nixlib-80e262e85ad6dd5d29cb6ca7e99bc980886c8274.tar.lz
nixlib-80e262e85ad6dd5d29cb6ca7e99bc980886c8274.tar.xz
nixlib-80e262e85ad6dd5d29cb6ca7e99bc980886c8274.tar.zst
nixlib-80e262e85ad6dd5d29cb6ca7e99bc980886c8274.zip
zeek: add marsam as maintainer
Diffstat (limited to 'pkgs/applications')
-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 885b05adfb9b..22bfa4d9bc97 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 ];
+    maintainers = with maintainers; [ pSub marsam ];
     platforms = platforms.unix;
   };
 }