update git clone urls
[p5sagit/Distar.git] / lib / Distar.pm
index e048045..2c0f670 100644 (file)
@@ -356,7 +356,7 @@ F<Makefile.PL>:
 
 F<maint/Makefile.PL.include>:
 
-  BEGIN { -e 'Distar' or system("git clone git://git.shadowcat.co.uk/p5sagit/Distar.git") }
+  BEGIN { -e 'Distar' or system qw(git clone https://github.com/p5sagit/Distar.git) }
   use lib 'Distar/lib';
   use Distar 0.001;