summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Hutchings <ben.hutchings@codethink.co.uk>2020-09-08 00:14:04 +0100
committerBen Hutchings <ben.hutchings@codethink.co.uk>2020-09-09 23:47:41 +0100
commit9d62398396365108ace3ba08d422acfe8a206454 (patch)
tree10bd75883b0030f7382c180e511a1ddbe2956b11
parent31cddc80b23e4a0105b37b35e1780447a3a84bc4 (diff)
downloadlorries-9d62398396365108ace3ba08d422acfe8a206454.tar.gz
Update mirroring of Midori
Midori moved from Launchpad to GitHub. Since it switched from Bazaar to Git, use a different name for the new mirror. Mark the old mirror as obsolete.
-rw-r--r--open-source-lorries/midori.lorry7
1 files changed, 6 insertions, 1 deletions
diff --git a/open-source-lorries/midori.lorry b/open-source-lorries/midori.lorry
index f2d1db5..45ffd53 100644
--- a/open-source-lorries/midori.lorry
+++ b/open-source-lorries/midori.lorry
@@ -1,6 +1,11 @@
{
"midori": {
"type": "bzr",
- "url": "https://code.launchpad.net/~midori/midori/trunk"
+ "url": "https://code.launchpad.net/~midori/midori/trunk",
+ "description": "Obsolete (use midori-git)"
+ },
+ "midori-git": {
+ "type": "git",
+ "url": "https://github.com/midori-browser/core.git"
}
}