Fixed formatting.

This commit is contained in:
Tom Chengich 2024-01-07 21:12:54 +02:00
parent 63622e6c3d
commit 29a8590ee0

View File

@ -1,19 +1,19 @@
{
"name": "libvhdi",
"version": "20231127",
"description": "Library and tools to access the Virtual Hard Disk (VHD) image format ",
"homepage": "https://github.com/libyal/libvhdi",
"supports": "!uwp",
"dependencies": [
"gettext",
{
"name": "gettext",
"host": true
},
{
"name": "vcpkg-msbuild",
"host": true,
"platform": "windows"
}
]
}
{
"name": "libvhdi",
"version": "20231127",
"description": "Library and tools to access the Virtual Hard Disk (VHD) image format ",
"homepage": "https://github.com/libyal/libvhdi",
"supports": "!uwp",
"dependencies": [
"gettext",
{
"name": "gettext",
"host": true
},
{
"name": "vcpkg-msbuild",
"host": true,
"platform": "windows"
}
]
}