update Distar clone url
Graham Knop [Mon, 25 Apr 2022 13:35:34 +0000 (15:35 +0200)]
maint/Makefile.PL.include

index 0e89eb9..b2dd63f 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;