echidna: add new maintainer hellwolf

This commit is contained in:
Miao, ZhiCheng 2023-06-06 09:46:46 +03:00
parent 885af0dcdb
commit 3fcbabcc29
No known key found for this signature in database
GPG key ID: 1080B4863AD0F5D1

View file

@ -46,7 +46,7 @@ mkDerivation rec {
description = "Ethereum smart contract fuzzer";
homepage = "https://github.com/crytic/echidna";
license = lib.licenses.agpl3Plus;
maintainers = with lib.maintainers; [ arturcygan ];
maintainers = with lib.maintainers; [ arturcygan hellwolf ];
platforms = lib.platforms.unix;
mainProgram = "echidna-test";
}