echidna: add new maintainer hellwolf

This commit is contained in:
Miao, ZhiCheng
2023-07-20 21:53:51 +03:00
parent 885af0dcdb
commit 3fcbabcc29
+1 -1
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";
}