diff options
author | Daniel Friesel <derf@finalrewind.org> | 2020-05-02 10:05:39 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2020-05-02 10:05:39 +0200 |
commit | 5ac4539595d703d90cc9a6a9bea2bf6d8f9b6b46 (patch) | |
tree | 045ba4f5c3c3bfa8bc31854f0b488732f2dd385f | |
parent | dc96f354eb26430087f5a5359346e429f4bab736 (diff) |
efa-m: Update default EFA URL and copyright
-rwxr-xr-x | bin/efa-m | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -15,7 +15,7 @@ use Getopt::Long qw(:config no_ignore_case bundling); use List::Util qw(first max); use Travel::Status::DE::EFA; -my $efa_url = 'http://efa.vrr.de/vrr/XSLT_DM_REQUEST'; +my $efa_url = 'https://efa.vrr.de/vrr/XSLT_DM_REQUEST'; my $efa_encoding; my ( $date, $time, $input_type, $list_lines, $offset, $relative_times ); my ($full_routes); @@ -557,7 +557,7 @@ use B<-s> I<service> when making requests. =head1 AUTHOR -Copyright (C) 2011-2015 by Daniel Friesel E<lt>derf@finalrewind.orgE<gt> +Copyright (C) 2011-2020 by Daniel Friesel E<lt>derf@finalrewind.orgE<gt> =head1 LICENSE |