From 11d28c35481797d74c896987ea72aee4bcc053f4 Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Mon, 7 Sep 2020 21:06:54 +0100 Subject: Update mirroring of libyaml libyaml moved from Bitbucket to GitHub. Since it switched from Mercurial to Git, use a different name for the new mirror. Mark the old mirrors as obsolete. --- open-source-lorries/libyaml.lorry | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'open-source-lorries/libyaml.lorry') diff --git a/open-source-lorries/libyaml.lorry b/open-source-lorries/libyaml.lorry index 2c8963d..2bfb4a9 100644 --- a/open-source-lorries/libyaml.lorry +++ b/open-source-lorries/libyaml.lorry @@ -2,6 +2,11 @@ "libyaml": { "type": "svn", "url": "http://svn.pyyaml.org/libyaml", - "layout": "standard" + "layout": "standard", + "description": "Obsolete (use libyaml-git)" + }, + "libyaml-git": { + "type": "git", + "url": "https://github.com/yaml/libyaml.git" } } -- cgit v1.2.1