Browse Source

Update schema links in vcpkg config files

7.0
qu1ck 3 years ago
committed by Mark Roszko
parent
commit
ee5b266ae2
  1. 1
      vcpkg-configuration.json
  2. 2
      vcpkg.json

1
vcpkg-configuration.json

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

2
vcpkg.json

@ -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",
"version": "6.99",
"license": "GPL-2.0+",

Loading…
Cancel
Save