python310Packages.slither-analyzer: add changelog to meta

This commit is contained in:
Fabian Affolter 2023-01-14 17:24:22 +01:00
parent 3a9b551601
commit a32dce5274

View file

@ -51,6 +51,7 @@ buildPythonPackage rec {
contract details, and provides an API to easily write custom analyses.
'';
homepage = "https://github.com/trailofbits/slither";
changelog = "https://github.com/crytic/slither/releases/tag/${version}";
license = licenses.agpl3Plus;
maintainers = with maintainers; [ arturcygan fab ];
};