Fix resources in Makefile.PL
authorMarius Gavrilescu <marius@ieval.ro>
Sat, 2 May 2015 14:08:19 +0000 (17:08 +0300)
committerMarius Gavrilescu <marius@ieval.ro>
Sat, 2 May 2015 14:08:19 +0000 (17:08 +0300)
Makefile.PL

index 8395a34512c68e69a96f914e124e1033f1bf74ba..78517c1f8e0af4933490221839eb91c375c9e152 100644 (file)
@@ -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',
                },
        }
 );
This page took 0.011032 seconds and 4 git commands to generate.