Commit a32dce52 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python310Packages.slither-analyzer: add changelog to meta

parent 3a9b5516
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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 ];
  };