From cbc422ad71e2c824b779a36a872a7f196419b86a Mon Sep 17 00:00:00 2001 From: Moritz Lenz Date: Thu, 26 Apr 2012 13:35:12 +0200 Subject: correct URI format in Makefile, bbkr++ --- Makefile | 6 +++--- 1 file 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) \ -- cgit v1.1