1diff --git a/alienfile b/alienfile
2index 18d6b42..5ccf296 100644
3--- a/alienfile
4+++ b/alienfile
5@@ -11,12 +11,6 @@ plugin 'PkgConfig' => 'libffi';
6
7 share {
8
9- plugin 'Download::GitHub' => (
10- github_user => 'libffi',
11- github_repo => 'libffi',
12- asset => 1,
13- );
14-
15 plugin 'Build::Autoconf' => ();
16
17 my $configure = '--disable-shared --enable-static --disable-builddir';
18diff --git a/t/00_diag.t b/t/00_diag.t
19index 51dd784..2bc314c 100644
20--- a/t/00_diag.t
21+++ b/t/00_diag.t
22@@ -13,7 +13,6 @@ $modules{$_} = $_ for qw(
23 Alien::Base
24 Alien::Build
25 Alien::Build::MM
26- Alien::Build::Plugin::Download::GitHub
27 Alien::Build::Plugin::Probe::Vcpkg
28 Capture::Tiny
29 ExtUtils::MakeMaker