From 80e262e85ad6dd5d29cb6ca7e99bc980886c8274 Mon Sep 17 00:00:00 2001 From: Mario Rodas Date: Wed, 2 Oct 2019 03:00:00 -0500 Subject: [PATCH] zeek: add marsam as maintainer --- pkgs/applications/networking/ids/zeek/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/networking/ids/zeek/default.nix b/pkgs/applications/networking/ids/zeek/default.nix index 885b05adfb9..22bfa4d9bc9 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; }; }