vcpkg/ports/iniparser/vcpkg.json
Billy O'Neal b010f27895
Fix vcpkg.jsons that don't conform with our schema (#25939)
* Fix vcpkg.jsons that don't conform with our schema

iniparser's homepage is not a valid URI. ndevilla.free.fr/iniparser says that the homepage has moved to github, so just replaced it with that. Note that portfile.cmake already uses vcpkg_from_github.

nifticlib was referring to a github organization and used vcpkg_from_github in its homepage.

thor was missing a scheme. Using https gave an invalid certificate but http redirected to the site I put here.

* Add licenses.
2022-07-25 16:41:00 -07:00

9 lines
212 B
JSON

{
"name": "iniparser",
"version-date": "2020-04-06",
"port-version": 3,
"description": "C library for parsing INI-style files",
"homepage": "https://github.com/ndevilla/iniparser",
"license": "MIT"
}