python311Packages.slither-analyzer: add new maintainer hellwolf

This commit is contained in:
Miao, ZhiCheng 2023-07-06 18:22:22 +03:00
parent 759d063ee6
commit 6c35238e62
No known key found for this signature in database
GPG key ID: 1080B4863AD0F5D1

View file

@ -55,6 +55,6 @@ buildPythonPackage rec {
homepage = "https://github.com/trailofbits/slither";
changelog = "https://github.com/crytic/slither/releases/tag/${version}";
license = licenses.agpl3Plus;
maintainers = with maintainers; [ arturcygan fab ];
maintainers = with maintainers; [ arturcygan fab hellwolf ];
};
}