Skip to content

Commit a67c607

Browse files
committed
Saner git pull address
The http:// is more likely to work in limited environments, hence it will work for more people trying to compile with --gen-X
1 parent 289685c commit a67c607

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/lib/NQP/Configure.pm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ our @required_nqp_files = qw(
2828
@bindir@/nqp@exe@
2929
);
3030

31-
our $nqp_git = 'git://github.com/perl6/nqp.git';
32-
our $par_git = 'git://github.com/parrot/parrot.git';
31+
our $nqp_git = 'http://github.com/perl6/nqp.git';
32+
our $par_git = 'http://github.com/parrot/parrot.git';
3333

3434
our $nqp_push = 'git@github.com:perl6/nqp.git';
3535
our $par_push = 'git@github.com:parrot/parrot.git';

0 commit comments

Comments
 (0)