update distar url master
Graham Knop [Wed, 28 Apr 2021 09:11:46 +0000 (11:11 +0200)]
maint/Makefile.PL.include

index 13386d7..b3093e3 100644 (file)
@@ -1,4 +1,4 @@
-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;