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