Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
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
  • Loading branch information
ribasushi committed Sep 16, 2013
1 parent 289685c commit a67c607
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/lib/NQP/Configure.pm
Expand Up @@ -28,8 +28,8 @@ our @required_nqp_files = qw(
@bindir@/nqp@exe@
);

our $nqp_git = 'git://github.com/perl6/nqp.git';
our $par_git = 'git://github.com/parrot/parrot.git';
our $nqp_git = 'http://github.com/perl6/nqp.git';
our $par_git = 'http://github.com/parrot/parrot.git';

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

0 comments on commit a67c607

Please sign in to comment.