summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Sherwood <paul.sherwood@codethink.co.uk>2014-04-22 19:32:38 +0000
committerPaul Sherwood <paul.sherwood@codethink.co.uk>2014-04-22 19:32:38 +0000
commiteebfe3a190cb3900a7c0d002083eb3eb978cce4e (patch)
treed94ecead3d0595f7d37975793b4f5b9468f89126
parent69a5d6d7bdb5f76eb4041222036c6126cc1b6a49 (diff)
downloadlorries-eebfe3a190cb3900a7c0d002083eb3eb978cce4e.tar.gz
add libgit2, memcached, redis
-rw-r--r--open-source-lorries/libgit2.lorry6
-rw-r--r--open-source-lorries/memcached.lorry6
-rw-r--r--open-source-lorries/redis.lorry6
3 files changed, 18 insertions, 0 deletions
diff --git a/open-source-lorries/libgit2.lorry b/open-source-lorries/libgit2.lorry
new file mode 100644
index 0000000..ea7d2ec
--- /dev/null
+++ b/open-source-lorries/libgit2.lorry
@@ -0,0 +1,6 @@
+{
+ "libgit2": {
+ "type": "git",
+ "url": "git://github.com/libgit2/libgit2.git"
+ }
+}
diff --git a/open-source-lorries/memcached.lorry b/open-source-lorries/memcached.lorry
new file mode 100644
index 0000000..91c3945
--- /dev/null
+++ b/open-source-lorries/memcached.lorry
@@ -0,0 +1,6 @@
+{
+ "memcached": {
+ "type": "git",
+ "url": "git://github.com/memcached/memcached.git"
+ }
+}
diff --git a/open-source-lorries/redis.lorry b/open-source-lorries/redis.lorry
new file mode 100644
index 0000000..6f6b075
--- /dev/null
+++ b/open-source-lorries/redis.lorry
@@ -0,0 +1,6 @@
+{
+ "redis": {
+ "type": "git",
+ "url": "git@github.com:antirez/redis.git"
+ }
+}