summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"
+ }
+}