From: Marius Gavrilescu Date: Sat, 28 Mar 2015 12:06:51 +0000 (+0200) Subject: Use HTTPS in repository URL X-Git-Tag: 0.003~3 X-Git-Url: http://git.ieval.ro/?p=webservice-strike.git;a=commitdiff_plain;h=2c9b434d91dac852d3dd5a88a48fbf736882561d Use HTTPS in repository URL --- diff --git a/Makefile.PL b/Makefile.PL index 0cf0f0c..7e87bbc 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -23,7 +23,7 @@ WriteMakefile( META_ADD => { dynamic_config => 0, resources => { - repository => 'http://git.ieval.ro/?p=webservice-strike.git', + repository => 'https://git.ieval.ro/?p=webservice-strike.git', } } );