diff options
author | Pedro Alvarez <pedro.alvarez@codethink.co.uk> | 2014-09-29 17:39:15 +0100 |
---|---|---|
committer | Pedro Alvarez <pedro.alvarez@codethink.co.uk> | 2014-09-29 17:39:15 +0100 |
commit | a699c01b403b418df34af4c941fdcc6c8ce53beb (patch) | |
tree | ed0888e77af2356fd89d48052ef4c7d409132bc7 /open-source-lorries | |
parent | 950527f0de94d8b19da5d9be09bc73acb4b200e7 (diff) | |
download | lorries-a699c01b403b418df34af4c941fdcc6c8ce53beb.tar.gz |
Fix JSON format in dbus-c++ and sigc++ lorries
Diffstat (limited to 'open-source-lorries')
-rw-r--r-- | open-source-lorries/dbus-c++.lorry | 2 | ||||
-rw-r--r-- | open-source-lorries/sigc++.lorry | 2 |
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/*" |