Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
get https
  • Loading branch information
rba committed Sep 22, 2019
1 parent 706988f commit 8aa62a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fetch-recent-blog-posts.pl
Expand Up @@ -5,7 +5,7 @@
use Mojo::File qw/path/;
use Mojo::Util qw/xml_escape/;

my $tx = Mojo::UserAgent->new->get("http://pl6anet.org/atom.xml");
my $tx = Mojo::UserAgent->new->get("https://pl6anet.org/atom.xml");

unless ( $tx->success ) {
my $err = $tx->error;
Expand Down

0 comments on commit 8aa62a6

Please sign in to comment.