From 551295f080169d2596809df6d336bd8388e95f86 Mon Sep 17 00:00:00 2001 From: Patrick Darley Date: Thu, 4 Dec 2014 19:19:35 +0000 Subject: update leveldb host repo url --- open-source-lorries/leveldb.lorry | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'open-source-lorries') 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/" } } -- cgit v1.2.1 From d7577257dc94f254153cfdfd19aa994694320128 Mon Sep 17 00:00:00 2001 From: Patrick Darley Date: Thu, 4 Dec 2014 19:24:34 +0000 Subject: Add lorry for the github maintained snappy source --- open-source-lorries/snappy-git.lorry | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 open-source-lorries/snappy-git.lorry (limited to 'open-source-lorries') diff --git a/open-source-lorries/snappy-git.lorry b/open-source-lorries/snappy-git.lorry new file mode 100644 index 0000000..2d0cd31 --- /dev/null +++ b/open-source-lorries/snappy-git.lorry @@ -0,0 +1,6 @@ +{ + "snappy": { + "type": "git", + "url": "https://github.com/google/snappy" + } +} -- cgit v1.2.1 From 16de507531e134a6b4270a13e8f8f5b6660aec40 Mon Sep 17 00:00:00 2001 From: Patrick Darley Date: Fri, 5 Dec 2014 10:15:19 +0000 Subject: Correct the name for snappy-git lorry --- open-source-lorries/snappy-git.lorry | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'open-source-lorries') diff --git a/open-source-lorries/snappy-git.lorry b/open-source-lorries/snappy-git.lorry index 2d0cd31..f1cf121 100644 --- a/open-source-lorries/snappy-git.lorry +++ b/open-source-lorries/snappy-git.lorry @@ -1,5 +1,5 @@ { - "snappy": { + "snappy-git": { "type": "git", "url": "https://github.com/google/snappy" } -- cgit v1.2.1