diff --git a/kOS/kOS-0.17.3.ckan b/kOS/kOS-0.17.3.ckan index fba1a25d1d..5215971d68 100644 --- a/kOS/kOS-0.17.3.ckan +++ b/kOS/kOS-0.17.3.ckan @@ -1,32 +1,20 @@ { "spec_version": 1, "identifier": "kOS", + "name": "kOS: Scriptable Autopilot System", + "abstract": "kOS is a scriptable autopilot Mod for Kerbal Space Program. It allows you write small programs that automate specific tasks.", + "author": "erendrake", "license": "GPL-3.0", "release_status": "stable", "resources": { - "manual": "http://ksp-kos.github.io/KOS_DOC/", - "repository": "https://github.com/KSP-KOS/KOS", "homepage": "http://ksp-kos.github.io/KOS_DOC/", "kerbalstuff": "https://kerbalstuff.com/mod/86/kOS:%20Scriptable%20Autopilot%20System", + "repository": "https://github.com/KSP-KOS/KOS", + "manual": "http://ksp-kos.github.io/KOS_DOC/", "x_screenshot": "https://kerbalstuff.com/content/erendrake_459/kOS_Scriptable_Autopilot_System/kOS_Scriptable_Autopilot_System.jpe" }, - "conflicts": [ - { - "name": "kOS-Classic" - } - ], - "install": [ - { - "file": "GameData/kOS", - "install_to": "GameData" - } - ], - "ksp_version": "1.0.4", - "name": "kOS: Scriptable Autopilot System", - "abstract": "kOS is a scriptable autopilot Mod for Kerbal Space Program. It allows you write small programs that automate specific tasks.", "version": "0.17.3", - "author": "erendrake", - "download": "https://kerbalstuff.com/mod/86/kOS:%20Scriptable%20Autopilot%20System/download/0.17.3", + "ksp_version": "1.0.4", "recommends": [ { "name": "ModuleManager", @@ -41,6 +29,18 @@ "comment": "RT gives incentive to having local control of craft, even unmanned ones" } ], + "install": [ + { + "file": "GameData/kOS", + "install_to": "GameData" + } + ], + "download": "https://kerbalstuff.com/mod/86/kOS:%20Scriptable%20Autopilot%20System/download/0.17.3", "download_size": 2841270, + "conflicts": [ + { + "name": "kOS-Classic" + } + ], "x_generated_by": "netkan" }