zeek: add tobim as maintainer

This commit is contained in:
Mario Rodas
2019-10-02 04:00:00 -05:00
parent 80e262e85a
commit 7ed57e7c70

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 marsam ];
maintainers = with maintainers; [ pSub marsam tobim ];
platforms = platforms.unix;
};
}