summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--open-source-lorries/libyaml-hg.lorry3
-rw-r--r--open-source-lorries/libyaml.lorry7
2 files changed, 8 insertions, 2 deletions
diff --git a/open-source-lorries/libyaml-hg.lorry b/open-source-lorries/libyaml-hg.lorry
index 3bf7471..00bdd29 100644
--- a/open-source-lorries/libyaml-hg.lorry
+++ b/open-source-lorries/libyaml-hg.lorry
@@ -1,6 +1,7 @@
{
"libyaml-hg": {
"type": "hg",
- "url": "http://bitbucket.org/xi/libyaml"
+ "url": "http://bitbucket.org/xi/libyaml",
+ "description": "Obsolete (use libyaml-git)"
}
}
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"
}
}