update Distar url master
Graham Knop [Wed, 8 Mar 2023 06:46:26 +0000 (07:46 +0100)]
maint/Makefile.PL.include

index dc0d14a..a4c4d16 100644 (file)
@@ -1,7 +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;