From a46e82afc3b15b6feda89a1649c2265c8bd8061c Mon Sep 17 00:00:00 2001 From: Marius Gavrilescu Date: Sat, 2 May 2015 17:08:19 +0300 Subject: [PATCH] Fix resources in Makefile.PL --- Makefile.PL | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.PL b/Makefile.PL index 8395a34..78517c1 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -31,8 +31,8 @@ WriteMakefile( META_ADD => { dynamic_config => 0, resources => { - repository => 'http://git.ieval.ro/?p=app-fonbot-daemon.git', - IRC => 'irc://irc.freenode.net/#fonbot', + repository => 'https://git.ieval.ro/?p=app-fonbot-daemon.git', + IRC => 'irc://irc.oftc.net/#fonbot', }, } ); -- 2.30.2