fix bumpmajor
[p5sagit/Distar.git] / README.md
index 6d5c0b0..26a1e21 100644 (file)
--- a/README.md
+++ b/README.md
@@ -13,7 +13,7 @@ Distar - Additions to ExtUtils::MakeMaker for dist authors
 
 `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;