update distar clone url
Graham Knop [Sun, 10 Mar 2024 13:57:31 +0000 (14:57 +0100)]
maint/Makefile.PL.include

index 0d7f6e9..2f5240f 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;