diff options
author | Paul Sherwood <paul.sherwood@codethink.co.uk> | 2014-04-29 05:27:26 +0000 |
---|---|---|
committer | Paul Sherwood <paul.sherwood@codethink.co.uk> | 2014-04-29 10:34:44 +0000 |
commit | 58851e74490dae00d015c178654f3631828ad320 (patch) | |
tree | 4c804e448c8d8fc00a0c6a894e0e95a0ea9d36bf /open-source-lorries | |
parent | 58f102149e63e867e179fdc4ba7a3db9dc36e43d (diff) | |
download | lorries-58851e74490dae00d015c178654f3631828ad320.tar.gz |
add couchdb
Diffstat (limited to 'open-source-lorries')
-rw-r--r-- | open-source-lorries/couchdb.lorry | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/open-source-lorries/couchdb.lorry b/open-source-lorries/couchdb.lorry new file mode 100644 index 0000000..5b3d10c --- /dev/null +++ b/open-source-lorries/couchdb.lorry @@ -0,0 +1,6 @@ +{ + "couchdb": { + "type": "git", + "url": "git://github.com/apache/couchdb.git" + } +} |