diff --git a/QuickExit/QuickExit-v1.31.ckan b/QuickExit/QuickExit-v1.31.ckan index 7f13a565fb..3c49c00fe5 100644 --- a/QuickExit/QuickExit-v1.31.ckan +++ b/QuickExit/QuickExit-v1.31.ckan @@ -1,30 +1,30 @@ { "spec_version": 1, "identifier": "QuickExit", + "name": "QuickExit", + "abstract": "QuickExit is a plugin which adds the possibility to exit KSP at any time.", + "author": "malah", "license": "GPL-3.0", + "resources": { + "homepage": "http://forum.kerbalspaceprogram.com/threads/95168#QuickExit", + "kerbalstuff": "https://kerbalstuff.com/mod/341/QuickExit", + "repository": "https://github.com/malahx/QuickExit", + "x_screenshot": "https://kerbalstuff.com/content/malah_88/QuickExit/QuickExit.png" + }, + "version": "v1.31", + "ksp_version": "1.0.4", + "suggests": [ + { + "name": "Toolbar" + } + ], "install": [ { "file": "GameData/QuickExit", "install_to": "GameData" } ], - "suggests": [ - { - "name": "Toolbar" - } - ], - "ksp_version": "1.0.4", - "name": "QuickExit", - "abstract": "QuickExit is a plugin which adds the possibility to exit KSP at any time.", - "version": "v1.31", - "author": "malah", "download": "https://kerbalstuff.com/mod/341/QuickExit/download/v1.31", - "resources": { - "homepage": "http://forum.kerbalspaceprogram.com/threads/95168#QuickExit", - "repository": "https://github.com/malahx/QuickExit", - "kerbalstuff": "https://kerbalstuff.com/mod/341/QuickExit", - "x_screenshot": "https://kerbalstuff.com/content/malah_88/QuickExit/QuickExit.png" - }, "download_size": 60132, "x_generated_by": "netkan" }