mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-29 09:02:46 +00:00
zeek: add marsam as maintainer
This commit is contained in:
parent
0449518afb
commit
80e262e85a
|
@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
|
||||||
description = "Powerful network analysis framework much different from a typical IDS";
|
description = "Powerful network analysis framework much different from a typical IDS";
|
||||||
homepage = "https://www.zeek.org";
|
homepage = "https://www.zeek.org";
|
||||||
license = licenses.bsd3;
|
license = licenses.bsd3;
|
||||||
maintainers = with maintainers; [ pSub ];
|
maintainers = with maintainers; [ pSub marsam ];
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue