Merge branch 'master' of github.com:davorg/xml-feed
[catagits/XML-Feed.git] / Build.PL
index 8b604f8..004c49b 100644 (file)
--- a/Build.PL
+++ b/Build.PL
@@ -24,6 +24,13 @@ my $build = Module::Build
                           'Test::More'                 => 0,
                         },
          create_makefile_pl => 'traditional',
+         meta_merge =>
+         {
+             resources =>
+             {
+                 repository => "https://github.com/davorg/xml-feed",
+             },
+         },
        );
 
 $build->create_build_script;