aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjnthn <jnthn@jnthn.net>2012-01-24 12:55:06 +0100
committerjnthn <jnthn@jnthn.net>2012-01-24 12:55:06 +0100
commit7eea93b81b6601f8b73f3b49f453a05de03f1fe4 (patch)
tree23b135edb8ced1c41cfd2b947d23105831bb6045
parent05ad4aea9461579cb86c88ab32e92782ac97d5bf (diff)
Use git:// for clones; for some reason, the http:// variant doesn't work out on my Linux box.
-rw-r--r--Makefile38
1 files changed, 19 insertions, 19 deletions
diff --git a/Makefile b/Makefile
index 541fec3..baad2e7 100644
--- a/Makefile
+++ b/Makefile
@@ -21,25 +21,25 @@ MODULES_DIR = $(DISTDIR)/modules
## If you add a module here, don't forget to update MODULES
## in skel/build/Makefile.in to actually install it
MODULES = \
- http://github.com/masak/ufo \
- http://github.com/jnthn/zavolaj \
- http://github.com/masak/xml-writer \
- http://github.com/moritz/svg \
- http://github.com/moritz/svg-plot \
- http://github.com/moritz/Math-RungeKutta \
- http://github.com/moritz/Math-Model \
- http://github.com/tadzik/perl6-Term-ANSIColor \
- http://github.com/jnthn/test-mock \
- http://github.com/moritz/json \
- http://github.com/snarkyboojum/Perl6-MIME-Base64 \
- http://github.com/cosimo/perl6-lwp-simple \
- http://github.com/cosimo/perl6-digest-md5 \
- http://github.com/tadzik/perl6-File-Tools \
- http://github.com/tadzik/perl6-Config-INI \
- http://github.com/tadzik/panda \
- https://github.com/supernovus/perl6-http-easy/ \
- https://github.com/tadzik/Bailador \
- https://github.com/mberends/MiniDBI \
+ git://github.com/masak/ufo \
+ git://github.com/jnthn/zavolaj \
+ git://github.com/masak/xml-writer \
+ git://github.com/moritz/svg \
+ git://github.com/moritz/svg-plot \
+ git://github.com/moritz/Math-RungeKutta \
+ git://github.com/moritz/Math-Model \
+ git://github.com/tadzik/perl6-Term-ANSIColor \
+ git://github.com/jnthn/test-mock \
+ git://github.com/moritz/json \
+ git://github.com/snarkyboojum/Perl6-MIME-Base64 \
+ git://github.com/cosimo/perl6-lwp-simple \
+ git://github.com/cosimo/perl6-digest-md5 \
+ git://github.com/tadzik/perl6-File-Tools \
+ git://github.com/tadzik/perl6-Config-INI \
+ git://github.com/tadzik/panda \
+ git://github.com/supernovus/perl6-http-easy/ \
+ git://github.com/tadzik/Bailador \
+ git://github.com/mberends/MiniDBI \
DISTTARGETS = \
$(PARROT_DIR) \