summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Build.PL5
1 files changed, 5 insertions, 0 deletions
diff --git a/Build.PL b/Build.PL
index cc0a9e5..5fd8d56 100644
--- a/Build.PL
+++ b/Build.PL
@@ -31,5 +31,10 @@ my $build = Module::Build->new(
'Time::Progress' => 0,
},
sign => 1,
+ meta_merge => {
+ resources => {
+ repository => 'https://github.com/derf/dthumb'
+ }
+ },
);
$build->create_build_script();