diff --git a/Build.PL b/Build.PL index fb432ce..ba2c1e3 100644 --- a/Build.PL +++ b/Build.PL @@ -17,6 +17,11 @@ my $build = Module::Build->new( 'Test::Pod::Coverage' => 0, }, create_makefile_pl => 'traditional', + meta_merge => { + resources => { + repository => 'https://github.com/davorg/parse-rpm-spec' + } + }, ); $build->create_build_script;