aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMoritz Lenz <moritz@faui2k3.org>2012-04-26 13:35:12 +0200
committerMoritz Lenz <moritz@faui2k3.org>2012-04-26 13:35:12 +0200
commitcbc422ad71e2c824b779a36a872a7f196419b86a (patch)
tree6c9943f3e9554def0e6e3d98b44444d63ac4c2e2
parent3c2430eaaf1bd504018652f12b3d6b8a1adeec50 (diff)
correct URI format in Makefile, bbkr++
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index d90d22f..ae1ef7f 100644
--- a/Makefile
+++ b/Makefile
@@ -44,9 +44,9 @@ MODULES = \
git://github.com/supernovus/perl6-http-easy \
git://github.com/tadzik/Bailador \
git://github.com/mberends/MiniDBI \
- git://github.com/ihrd/uri.git \
- git://github.com/cosimo/perl6-lwp-simple.git \
- git://github.com/bbkr/jsonrpc.git \
+ git://github.com/ihrd/uri \
+ git://github.com/cosimo/perl6-lwp-simple \
+ git://github.com/bbkr/jsonrpc \
DISTTARGETS = \
$(PARROT_DIR) \