Skip to content

Commit

Permalink
neilb.org now supports SSL
Browse files Browse the repository at this point in the history
  • Loading branch information
oalders committed May 10, 2024
1 parent 551e907 commit 16ddf70
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 16ddf70

Please sign in to comment.