From 8ecbe917d4bbd2f062d1e0948e6e250e3bf9a0df Mon Sep 17 00:00:00 2001 From: Marius Gavrilescu Date: Sat, 9 May 2015 10:54:50 +0300 Subject: [PATCH] Use HTTPS for gitweb link --- Makefile.PL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.PL b/Makefile.PL index 577e716..8ab89e7 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -21,7 +21,7 @@ WriteMakefile( META_ADD => { dynamic_config => 0, resources => { - repository => 'http://git.ieval.ro/?p=music-tag-coveralia.git', + repository => 'https://git.ieval.ro/?p=music-tag-coveralia.git', }, } ); -- 2.30.2