summaryrefslogtreecommitdiff
path: root/lib/WebService/ForecastIo.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/WebService/ForecastIo.pm')
-rw-r--r--lib/WebService/ForecastIo.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/WebService/ForecastIo.pm b/lib/WebService/ForecastIo.pm
index c329ad0..84f9867 100644
--- a/lib/WebService/ForecastIo.pm
+++ b/lib/WebService/ForecastIo.pm
@@ -13,7 +13,7 @@ use namespace::autoclean;
has base_uri => (
is => 'ro',
isa => Uri,
- default => 'https://api.forecast.io/forecast',
+ default => 'https://api.pirateweather.net/forecast',
coerce => Uri->coercion,
);