zeek: add marsam as maintainer

This commit is contained in:
Mario Rodas
2019-10-02 03:00:00 -05:00
parent 0449518afb
commit 80e262e85a

View File

@@ -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;
};
}