Replace http:// with https:// where applicable
The testcases will be updated automatically in a separate commit.
This commit is contained in:
@ -23,7 +23,7 @@ my %meta = (
|
||||
web => 'https://github.com/i3/i3/issues',
|
||||
},
|
||||
homepage => 'https://i3wm.org/',
|
||||
license => ['http://dev.perl.org/licenses'],
|
||||
license => ['https://dev.perl.org/licenses'],
|
||||
},
|
||||
);
|
||||
|
||||
|
@ -23,10 +23,10 @@ perldoc command.
|
||||
You can also look for information at:
|
||||
|
||||
RT, CPAN's request tracker
|
||||
http://rt.cpan.org/NoAuth/Bugs.html?Dist=AnyEvent-I3
|
||||
https://rt.cpan.org/NoAuth/Bugs.html?Dist=AnyEvent-I3
|
||||
|
||||
The i3 window manager website
|
||||
http://i3.zekjur.net/
|
||||
https://i3wm.org
|
||||
|
||||
|
||||
LICENSE AND COPYRIGHT
|
||||
@ -37,4 +37,4 @@ This program is free software; you can redistribute it and/or modify it
|
||||
under the terms of either: the GNU General Public License as published
|
||||
by the Free Software Foundation; or the Artistic License.
|
||||
|
||||
See http://dev.perl.org/licenses/ for more information.
|
||||
See https://dev.perl.org/licenses/ for more information.
|
||||
|
@ -543,7 +543,7 @@ Michael Stapelberg, C<< <michael at i3wm.org> >>
|
||||
|
||||
Please report any bugs or feature requests to C<bug-anyevent-i3 at
|
||||
rt.cpan.org>, or through the web interface at
|
||||
L<http://rt.cpan.org/NoAuth/ReportBug.html?Queue=AnyEvent-I3>. I will be
|
||||
L<https://rt.cpan.org/NoAuth/ReportBug.html?Queue=AnyEvent-I3>. I will be
|
||||
notified, and then you'll automatically be notified of progress on your bug as
|
||||
I make changes.
|
||||
|
||||
@ -559,11 +559,11 @@ You can also look for information at:
|
||||
|
||||
=item * RT: CPAN's request tracker
|
||||
|
||||
L<http://rt.cpan.org/NoAuth/Bugs.html?Dist=AnyEvent-I3>
|
||||
L<https://rt.cpan.org/NoAuth/Bugs.html?Dist=AnyEvent-I3>
|
||||
|
||||
=item * The i3 window manager website
|
||||
|
||||
L<http://i3wm.org>
|
||||
L<https://i3wm.org>
|
||||
|
||||
=back
|
||||
|
||||
@ -579,7 +579,7 @@ This program is free software; you can redistribute it and/or modify it
|
||||
under the terms of either: the GNU General Public License as published
|
||||
by the Free Software Foundation; or the Artistic License.
|
||||
|
||||
See http://dev.perl.org/licenses/ for more information.
|
||||
See https://dev.perl.org/licenses/ for more information.
|
||||
|
||||
|
||||
=cut
|
||||
|
Reference in New Issue
Block a user