summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2014-12-05 12:00:00 +0000
committerSam Thursfield <sam.thursfield@codethink.co.uk>2014-12-05 12:00:33 +0000
commitd5d6c7fe7ff1cac472c404d5f45d99a9565d91bc (patch)
treed75efd0849ee291adb67b9de269c8351428043a4
parenta01c110a99fe6d5fe631200a59476ed9dda984fb (diff)
parent16de507531e134a6b4270a13e8f8f5b6660aec40 (diff)
downloadlorries-d5d6c7fe7ff1cac472c404d5f45d99a9565d91bc.tar.gz
Merge remote-tracking branch 'pdar/pd'
Reviewed-By: Pedro Alvarez <pedro.alvarez@codethink.co.uk> Reviewed-By: Sam Thursfield <sam.thursfield@codethink.co.uk>
-rw-r--r--open-source-lorries/leveldb.lorry2
-rw-r--r--open-source-lorries/snappy-git.lorry6
2 files changed, 7 insertions, 1 deletions
diff --git a/open-source-lorries/leveldb.lorry b/open-source-lorries/leveldb.lorry
index 57c55d6..2ab34ec 100644
--- a/open-source-lorries/leveldb.lorry
+++ b/open-source-lorries/leveldb.lorry
@@ -1,6 +1,6 @@
{
"leveldb": {
"type": "git",
- "url": "http://code.google.com/p/leveldb/"
+ "url": "https://github.com/google/leveldb/"
}
}
diff --git a/open-source-lorries/snappy-git.lorry b/open-source-lorries/snappy-git.lorry
new file mode 100644
index 0000000..f1cf121
--- /dev/null
+++ b/open-source-lorries/snappy-git.lorry
@@ -0,0 +1,6 @@
+{
+ "snappy-git": {
+ "type": "git",
+ "url": "https://github.com/google/snappy"
+ }
+}