summaryrefslogtreecommitdiff
path: root/Build.PL
diff options
context:
space:
mode:
Diffstat (limited to 'Build.PL')
-rw-r--r--Build.PL5
1 files changed, 5 insertions, 0 deletions
diff --git a/Build.PL b/Build.PL
index c7c02e1..936a835 100644
--- a/Build.PL
+++ b/Build.PL
@@ -32,5 +32,10 @@ Module::Build->new(
'XML::LibXML' => 0,
},
sign => 1,
+ meta_merge => {
+ resources => {
+ repository => 'https://github.com/derf/Travel-Status-DE-IRIS'
+ }
+ },
)->create_build_script();