From 42180293181f18848233d78ad4d37f8709ad9d85 Mon Sep 17 00:00:00 2001 From: Hakan Tandogan Date: Wed, 21 Jan 2015 14:38:07 +0100 Subject: [PATCH] Split ResetSAS from PR 255 --- ResetSAS/ResetSAS-0.01.ckan | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 ResetSAS/ResetSAS-0.01.ckan diff --git a/ResetSAS/ResetSAS-0.01.ckan b/ResetSAS/ResetSAS-0.01.ckan new file mode 100644 index 0000000000..6059729ebc --- /dev/null +++ b/ResetSAS/ResetSAS-0.01.ckan @@ -0,0 +1,23 @@ +{ + "spec_version": 1, + "name" : "ResetSAS", + "identifier" : "ResetSAS", + "abstract" : "Set SAS mode to attitude hold when you turn SAS off and on.", + "download" : "http://greenoctagon.co.uk/ResetSAS.zip", + "license" : "MIT", + "version" : "0.01", + "release_status" : "stable", + "ksp_version_min" : "0.90.0", + "resources" : { + "homepage" : "http://forum.kerbalspaceprogram.com/threads/106487", + "github" : { + "url" : "https://github.com/Technicalfool/ResetSAS" + } + }, + "install" : [ + { + "file" : "ResetSAS", + "install_to" : "GameData" + } + ] +}