From 2c9b434d91dac852d3dd5a88a48fbf736882561d Mon Sep 17 00:00:00 2001 From: Marius Gavrilescu Date: Sat, 28 Mar 2015 14:06:51 +0200 Subject: [PATCH] Use HTTPS in repository URL --- Makefile.PL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', } } ); -- 2.30.2