Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
use https for download url
  • Loading branch information
haarg committed Aug 19, 2014
1 parent eb0fff0 commit 59c0790
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/MetaCPAN/Document/Release.pm
Expand Up @@ -221,7 +221,7 @@ sub _build_version_numified {
sub _build_download_url {
my $self = shift;
return
'http://cpan.metacpan.org/authors/'
'https://cpan.metacpan.org/authors/'
. MetaCPAN::Document::Author::_build_dir( $self->author ) . '/'
. $self->archive;
}
Expand Down

0 comments on commit 59c0790

Please sign in to comment.