Update schema links in vcpkg config files

This commit is contained in:
qu1ck 2023-02-09 02:44:45 +00:00 committed by Mark Roszko
parent 92a61b187f
commit ee5b266ae2
2 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,5 @@
{ {
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg-configuration.schema.json",
"default-registry": { "default-registry": {
"kind": "git", "kind": "git",
"repository": "https://github.com/microsoft/vcpkg", "repository": "https://github.com/microsoft/vcpkg",

View File

@ -1,5 +1,5 @@
{ {
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg/master/scripts/vcpkg.schema.json", "$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
"name": "kicad", "name": "kicad",
"version": "6.99", "version": "6.99",
"license": "GPL-2.0+", "license": "GPL-2.0+",