summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPedro Alvarez <pedro.alvarez@codethink.co.uk>2014-09-29 17:39:15 +0100
committerPedro Alvarez <pedro.alvarez@codethink.co.uk>2014-09-29 17:39:15 +0100
commita699c01b403b418df34af4c941fdcc6c8ce53beb (patch)
treeed0888e77af2356fd89d48052ef4c7d409132bc7
parent950527f0de94d8b19da5d9be09bc73acb4b200e7 (diff)
downloadlorries-a699c01b403b418df34af4c941fdcc6c8ce53beb.tar.gz
Fix JSON format in dbus-c++ and sigc++ lorries
-rw-r--r--open-source-lorries/dbus-c++.lorry2
-rw-r--r--open-source-lorries/sigc++.lorry2
2 files changed, 2 insertions, 2 deletions
diff --git a/open-source-lorries/dbus-c++.lorry b/open-source-lorries/dbus-c++.lorry
index 19fc25f..81d6242 100644
--- a/open-source-lorries/dbus-c++.lorry
+++ b/open-source-lorries/dbus-c++.lorry
@@ -1,7 +1,7 @@
{
"dbus-c++": {
"type": "git",
- "url": "git://gitorious.org/dbus-cplusplus/mainline.git"
+ "url": "git://gitorious.org/dbus-cplusplus/mainline.git",
"refspecs": [
"+refs/heads/*",
"+refs/tags/*"
diff --git a/open-source-lorries/sigc++.lorry b/open-source-lorries/sigc++.lorry
index b555002..dd67de8 100644
--- a/open-source-lorries/sigc++.lorry
+++ b/open-source-lorries/sigc++.lorry
@@ -1,7 +1,7 @@
{
"sigc++": {
"type": "git",
- "url": "git://git.gnome.org/libsigc++2"
+ "url": "git://git.gnome.org/libsigc++2",
"refspecs": [
"+refs/heads/*",
"+refs/tags/*"