From 00612aed37b2ce4aa8698e5ed1bf3c490c30c66e Mon Sep 17 00:00:00 2001 From: Marius Gavrilescu Date: Sun, 26 Jun 2016 00:37:00 +0300 Subject: [PATCH] Use https for repository link in meta.yml --- Makefile.PL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.PL b/Makefile.PL index 7d2fdb4..16fc048 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -34,7 +34,7 @@ WriteMakefile( META_MERGE => { dynamic_config => 0, resources => { - repository => 'http://git.ieval.ro/?p=html-element-library.git', + repository => 'https://git.ieval.ro/?p=html-element-library.git', }, } ); -- 2.30.2