Skip to content

Commit 9885665

Browse files
committed
Fix the link to the changelog
1 parent 21d59f1 commit 9885665

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

archiver

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ my $page = run(:out, <curl -->, $url).out.slurp;
88

99
$page.match: /(‘https://download.gaisler.com/products/GRLIB/bin/grlib-gpl-’ .+? .tar.gz)/;
1010
my $tar-link = ~$0;
11-
my $changelog-link = http://download.gaisler.com/products/GRLIB/doc/Changelog.txt;
11+
my $changelog-link = https://download.gaisler.com/products/GRLIB/doc/Changelog.txt;
1212

1313
run <curl --remote-name -->, $changelog-link, :cwd(files);
1414
run <curl --remote-name -->, $tar-link, :cwd(snapshots);

0 commit comments

Comments
 (0)