mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Scripts: Updated URLs
This commit is contained in:
parent
47cfc0b28b
commit
cd2baebb2c
1 changed files with 2 additions and 2 deletions
|
@ -130,8 +130,8 @@ my $current = (localtime (time))[5] + 1900;
|
|||
my $next = $current + 1;
|
||||
|
||||
# Construct the holidata.net URL.
|
||||
my $url_current = "http://holidata.net/${locale}/${current}.json";
|
||||
my $url_next = "http://holidata.net/${locale}/${next}.json";
|
||||
my $url_current = "https://holidata.net/${locale}/${current}.json";
|
||||
my $url_next = "https://holidata.net/${locale}/${next}.json";
|
||||
|
||||
# Fetch data for the current year.
|
||||
my $data_current = get ($url_current);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue