File tree 1 file changed +7
-5
lines changed
1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -22,12 +22,14 @@ sub author_status {
22
22
23
23
my ( $id_2 , $id_1 ) = $id =~ / ^((\w )\w )/ ;
24
24
$status -> {links } = {
25
- cpan_directory => " http://cpan.org/authors/id/$id_1 /$id_2 /$id " ,
26
- cpants => " http://cpants.cpanauthors.org/author/$id " ,
25
+ cpan_directory =>
26
+ " https://www.cpan.org/authors/id/$id_1 /$id_2 /$id " ,
27
+ cpants => " https://cpants.cpanauthors.org/author/$id " ,
27
28
cpantesters_reports =>
28
- " http://cpantesters.org/author/$id_1 /$id .html" ,
29
- cpantesters_matrix => " http://matrix.cpantesters.org/?author=$id " ,
30
- metacpan_explorer =>
29
+ " https://www.cpantesters.org/author/$id_1 /$id .html" ,
30
+ cpantesters_matrix =>
31
+ " https://matrix.cpantesters.org/?author=$id " ,
32
+ metacpan_explorer =>
31
33
" https://explorer.metacpan.org/?url=/author/$id " ,
32
34
repology => " https://repology.org/maintainer/$id %40cpan" ,
33
35
};
You can’t perform that action at this time.
0 commit comments