summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Build.PL6
1 files changed, 5 insertions, 1 deletions
diff --git a/Build.PL b/Build.PL
index 1769ae7..5400aac 100644
--- a/Build.PL
+++ b/Build.PL
@@ -27,5 +27,9 @@ Module::Build->new(
'XML::LibXML' => 0,
},
sign => 1,
-
+ meta_merge => {
+ resources => {
+ repository => 'https://github.com/derf/Travel-Routing-DE-VRR'
+ }
+ },
)->create_build_script();