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 f373177..400d2c8 100644
--- a/Build.PL
+++ b/Build.PL
@@ -26,5 +26,9 @@ Module::Build->new(
'XML::LibXML' => 0,
},
sign => 1,
-
+ meta_merge => {
+ resources => {
+ repository => 'https://github.com/derf/Travel-Status-DE-VRR'
+ }
+ },
)->create_build_script();