Skip to content

Commit

Permalink
correct URI format in Makefile, bbkr++
Browse files Browse the repository at this point in the history
  • Loading branch information
moritz committed Apr 26, 2012
1 parent 3c2430e commit cbc422a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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) \
Expand Down

0 comments on commit cbc422a

Please sign in to comment.