python3Packages.archinfo: remove unused input

main
Fabian Affolter 2 years ago committed by Jonathan Ringer
parent ecc7c9533c
commit 9d5bd0bc2f
  1. 3
      pkgs/development/python-modules/archinfo/default.nix

@ -1,7 +1,6 @@
{ lib
, buildPythonPackage
, fetchFromGitHub
, fetchpatch
, pytestCheckHook
, nose
, pythonOlder
@ -34,6 +33,6 @@ buildPythonPackage rec {
description = "Classes with architecture-specific information";
homepage = "https://github.com/angr/archinfo";
license = with licenses; [ bsd2 ];
maintainers = [ maintainers.fab ];
maintainers = with maintainers; [ fab ];
};
}

Loading…
Cancel
Save