update distar clone url
Graham Knop [Mon, 26 Sep 2022 01:02:35 +0000 (03:02 +0200)]
maint/Makefile.PL.include

index 13ad7a2..6c4f999 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.002000;