summaryrefslogtreecommitdiffstats
path: root/src/3rdparty
diff options
context:
space:
mode:
authorCraig Scott <craig.scott@qt.io>2021-09-08 17:06:09 +1000
committerCraig Scott <craig.scott@qt.io>2021-09-10 00:11:13 +1000
commit1fb242ba9f9b7d96c34acafadac3815821ea2f7d (patch)
treee64d5e37c314ff5de918f23208807a2eee10f6db /src/3rdparty
parentdda7dab8274991e4a61a97c352d4367f8f815bb9 (diff)
Fix invalid JSON due to missing comma after value
Amends 248828b9a3562fc23ac1d39733aaf07a83584dc4 Pick-to: 6.2 6.2.0 Change-Id: I606835942e988736786aaf6881ecddc94c8a882c Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io> Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Diffstat (limited to 'src/3rdparty')
-rw-r--r--src/3rdparty/tinycbor/qt_attribution.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/3rdparty/tinycbor/qt_attribution.json b/src/3rdparty/tinycbor/qt_attribution.json
index a3c4a58167..3eccd21edb 100644
--- a/src/3rdparty/tinycbor/qt_attribution.json
+++ b/src/3rdparty/tinycbor/qt_attribution.json
@@ -10,6 +10,6 @@
"LicenseId": "MIT",
"LicenseFile": "LICENSE",
"DownloadLocation": "https://github.com/intel/tinycbor/archive/refs/tags/v0.6-rc1.tar.gz",
- "Version": "0.6-rc1"
+ "Version": "0.6-rc1",
"Copyright": "Copyright (C) 2015-2021 Intel Corporation"
}