1
0
mirror of https://github.com/KSP-CKAN/CKAN-meta.git synced 2024-10-13 00:59:46 +00:00

Fix broken vref stanza

This commit is contained in:
Willhelm Rendahl
2015-04-27 02:09:59 +02:00
parent 52d26278fc
commit d56b7e1e25
8 changed files with 16 additions and 14 deletions

View File

@ -6,7 +6,6 @@
"license": "CC-BY-NC-SA-4.0",
"release_status": "stable",
"author": "nightingale",
"broken_vref": "#/ckan/ksp-avc",
"description": "Display waypoints while in flight, create custom waypoints.",
"install": [
{
@ -23,5 +22,7 @@
"version": "2.0.3",
"download": "https://github.com/jrossignol/WaypointManager/releases/download/2.0.3/WaypointManager_2.0.3.zip",
"x_generated_by": "netkan",
"download_size": 72605
"download_size": 72605,
"ksp_version_min": "0.90.0",
"ksp_version_max": "0.90.0"
}

View File

@ -6,7 +6,6 @@
"license": "CC-BY-NC-SA-4.0",
"release_status": "stable",
"author": "nightingale",
"broken_vref": "#/ckan/ksp-avc",
"description": "Display waypoints while in flight, create custom waypoints.",
"install": [
{
@ -23,5 +22,7 @@
"version": "2.1.0",
"download": "https://github.com/jrossignol/WaypointManager/releases/download/2.1.0/WaypointManager_2.1.0.zip",
"x_generated_by": "netkan",
"download_size": 74161
"download_size": 74161,
"ksp_version_min": "0.90.0",
"ksp_version_max": "0.90.0"
}