Skip to content

Commit 6c65f2f

Browse files
authored
Merge pull request #1212 from metacpan/oalders/river-url
2 parents 551e907 + 16ddf70 commit 6c65f2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/MetaCPAN/Script/River.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ has river_url => (
1414
isa => Uri,
1515
coerce => 1,
1616
required => 1,
17-
default => 'http://neilb.org/river-of-cpan.json.gz',
17+
default => 'https://neilb.org/river-of-cpan.json.gz',
1818
);
1919

2020
sub run {

0 commit comments

Comments
 (0)