mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-26 14:04:52 +00:00
echidna: add new maintainer hellwolf
This commit is contained in:
parent
885af0dcdb
commit
3fcbabcc29
@ -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";
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user