Commit 68fd217b authored by Lorenzo Manacorda's avatar Lorenzo Manacorda
Browse files

slither-analyzer: remove from maintainers

Not using package anymore.
parent fc78d064
Loading
Loading
Loading
Loading
+13 −5
Original line number Diff line number Diff line
{ lib, stdenv, buildPythonPackage, fetchPypi, makeWrapper, pythonOlder
, crytic-compile, prettytable, setuptools
{ lib
, stdenv
, buildPythonPackage
, fetchPypi
, makeWrapper
, pythonOlder
, crytic-compile
, prettytable
, setuptools
, solc
  # solc is currently broken on Darwin, default to false
, solc, withSolc ? !stdenv.isDarwin
, withSolc ? !stdenv.isDarwin
}:

buildPythonPackage rec {
@@ -35,6 +43,6 @@ buildPythonPackage rec {
    '';
    homepage = "https://github.com/trailofbits/slither";
    license = licenses.agpl3Plus;
    maintainers = with maintainers; [ asymmetric arturcygan ];
    maintainers = with maintainers; [ arturcygan ];
  };
}