Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
use neilb's actual url for river data
  • Loading branch information
jberger committed May 1, 2016
1 parent 516d679 commit 4b168df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/MetaCPAN/Script/River.pm
Expand Up @@ -15,7 +15,7 @@ has river_url => (
isa => Uri,
coerce => 1,
required => 1,
default => 'https://neilb.org/FIXME',
default => 'http://neilb.org/river-of-cpan.json.gz',
);

has _ua => (
Expand Down

0 comments on commit 4b168df

Please sign in to comment.