diff --git a/NetKAN/ContractConfigurator.netkan b/NetKAN/ContractConfigurator.netkan index 964f1f2ee8..f338a2df75 100644 --- a/NetKAN/ContractConfigurator.netkan +++ b/NetKAN/ContractConfigurator.netkan @@ -6,9 +6,17 @@ "abstract": "A config-file based solution for creating new contracts!", "license": "CC-BY-NC-SA-4.0", "release_status": "stable", - "ksp_version": "0.25", + "author": "nightingale", + "$vref": "#/ckan/ksp-avc", "description": "A config-file based solution for creating new contracts!", + "suggests": [ + { "name": "CoherentContracts" }, + { "name": "ContractsWindowPlus" } + ], "resources": { - "homepage": "http://forum.kerbalspaceprogram.com/threads/101604" + "homepage": "http://forum.kerbalspaceprogram.com/threads/101604", + "bugtracker": "https://github.com/jrossignol/ContractConfigurator/issues", + "license": "https://raw.githubusercontent.com/jrossignol/ContractConfigurator/master/LICENSE.txt", + "manual": "https://github.com/jrossignol/ContractConfigurator/wiki" } }