summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authordakkar <dakkar@thenautilus.net>2023-12-03 16:28:36 +0000
committerdakkar <dakkar@thenautilus.net>2023-12-03 16:28:36 +0000
commit66c45d102cd184ee7d78da4394a4fcfc4dab1f86 (patch)
tree1ce11349491d328cfe00802975ca5bec8ce6499e /lib
parentbump perl (diff)
downloadHomePanel-66c45d102cd184ee7d78da4394a4fcfc4dab1f86.tar.gz
HomePanel-66c45d102cd184ee7d78da4394a4fcfc4dab1f86.tar.bz2
HomePanel-66c45d102cd184ee7d78da4394a4fcfc4dab1f86.zip
we can use the new weather api
Diffstat (limited to 'lib')
-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,
);