aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDave Olszewski <cxreg@pobox.com>2010-07-28 01:02:38 -0700
committerDave Olszewski <cxreg@pobox.com>2010-07-28 01:02:38 -0700
commit7433c876af08b63277891fe60904c806bd27fdad (patch)
treeb85759dce6181ed7fb8e5df3c5fc2d5e7beee22c /Makefile
parent05c6b6efc2b4c2d065b326095ead3145ee3c762b (diff)
switch rakudo git url to publically accessible url
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c2ea217..4056930 100644
--- a/Makefile
+++ b/Makefile
@@ -53,7 +53,7 @@ $(PARROT).tar.gz:
wget http://ftp.parrot.org/releases/supported/$(PARROT_VER)/$(PARROT_TGZ)
$(RAKUDO_DIR):
- git clone git@github.com:rakudo/rakudo.git $(RAKUDO_DIR)
+ git clone git://github.com/rakudo/rakudo.git $(RAKUDO_DIR)
cd $(RAKUDO_DIR); git checkout $(RAKUDO_VER)
$(BUILD_DIR)/PARROT_REVISION: $(RAKUDO_DIR) $(RAKUDO_DIR)/build/PARROT_REVISION