Skip to content

Commit

Permalink
Merge pull request #1212 from metacpan/oalders/river-url
Browse files Browse the repository at this point in the history
  • Loading branch information
oalders authored May 11, 2024
2 parents 551e907 + 16ddf70 commit 6c65f2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/MetaCPAN/Script/River.pm
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ has river_url => (
isa => Uri,
coerce => 1,
required => 1,
default => 'http://neilb.org/river-of-cpan.json.gz',
default => 'https://neilb.org/river-of-cpan.json.gz',
);

sub run {
Expand Down

0 comments on commit 6c65f2f

Please sign in to comment.