summaryrefslogtreecommitdiff
path: root/meta.pl
diff options
context:
space:
mode:
Diffstat (limited to 'meta.pl')
-rw-r--r--meta.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta.pl b/meta.pl
index 70c0cc4..f10edb9 100644
--- a/meta.pl
+++ b/meta.pl
@@ -10,7 +10,7 @@ use DateTime;
use HTML::Escape 'escape_html';
my $api = MetaCPAN::API->new(
- base_url => 'https://fastapi.metacpan.org',
+ base_url => 'https://fastapi.metacpan.org/v1',
);
{package Release;