Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/modules/sugar.json5
-rw-r--r--config/modules/system.json5
2 files changed, 8 insertions, 2 deletions
diff --git a/config/modules/sugar.json b/config/modules/sugar.json
index 08a8141..7b8c903 100644
--- a/config/modules/sugar.json
+++ b/config/modules/sugar.json
@@ -35,8 +35,9 @@
"repo": "git://git.sugarlabs.org/gst-plugins-espeak/mainline.git"
},
{
- "name": "sugar-html-browser",
- "repo": "git://git.sugarlabs.org/sugar-html-browser/sugar-html-browser.git"
+ "name": "sugar-html",
+ "out-of-source": false,
+ "repo": "git://git.sugarlabs.org/sugar-html/sugar-html.git"
},
{
"name": "sugar-html-activity",
diff --git a/config/modules/system.json b/config/modules/system.json
index 4a57b7c..42caff4 100644
--- a/config/modules/system.json
+++ b/config/modules/system.json
@@ -120,5 +120,10 @@
"name": "metacity",
"repo": "git://git.gnome.org/metacity",
"tag": "METACITY_2_34_13"
+ },
+ {
+ "name": "b2g",
+ "out-of-source": false,
+ "repo": "git://github.com/mozilla/mozilla-central.git"
}
]