From e2564abadc18915615bc4dd67156fe2a896dda19 Mon Sep 17 00:00:00 2001 From: Jeremie Rossignol Date: Mon, 23 Feb 2015 13:46:09 -0700 Subject: [PATCH] Added deprecated version of In-Flight Waypoints. --- .../InFlightWaypoints-Deprecated.ckan | 28 +++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 InFlightWaypoints/InFlightWaypoints-Deprecated.ckan diff --git a/InFlightWaypoints/InFlightWaypoints-Deprecated.ckan b/InFlightWaypoints/InFlightWaypoints-Deprecated.ckan new file mode 100644 index 0000000000..f412153a5e --- /dev/null +++ b/InFlightWaypoints/InFlightWaypoints-Deprecated.ckan @@ -0,0 +1,28 @@ +{ + "spec_version": 1, + "identifier": "InFlightWaypoints", + "name": "In-Flight Waypoints", + "abstract": "This has been replaced by Waypoint Manager - download that instead!", + "license": "MIT", + "release_status": "stable", + "author": "nightingale", + "description": "Display waypoints while in flight, create custom waypoints.", + "install": [ + { + "file": "GameData/WaypointManager", + "install_to": "GameData" + } + ], + "resources": { + "homepage": "http://forum.kerbalspaceprogram.com/threads/104758", + "bugtracker": "https://github.com/jrossignol/WaypointManager/issues", + "license": "https://raw.githubusercontent.com/jrossignol/WaypointManager/master/LICENSE.txt", + "repository": "https://github.com/jrossignol/WaypointManager" + }, + "version": "Deprecated", + "download": "https://github.com/jrossignol/WaypointManager/releases/download/2.1.4/WaypointManager_2.1.4.zip", + "x_generated_by": "netkan", + "download_size": 70469, + "ksp_version_min": "0.90.0", + "ksp_version_max": "0.90.0" +}