1 diff --git a/alienfile b/alienfile
2 index 18d6b42..5ccf296 100644
5 @@ -11,12 +11,6 @@ plugin 'PkgConfig' => 'libffi';
9 - plugin 'Download::GitHub' => (
10 - github_user => 'libffi',
11 - github_repo => 'libffi',
15 plugin 'Build::Autoconf' => ();
17 my $configure = '--disable-shared --enable-static --disable-builddir';
18 diff --git a/t/00_diag.t b/t/00_diag.t
19 index 51dd784..2bc314c 100644
22 @@ -13,7 +13,6 @@ $modules{$_} = $_ for qw(
26 - Alien::Build::Plugin::Download::GitHub
27 Alien::Build::Plugin::Probe::Vcpkg