For anyone playing with ckan to keep their modules up-to-date I've just created the following spec file that BahamutoD may want to send to the ckan guys Anyway, the file looks like this, save this as AdjustableLandingGear.netkan and run "netkan --verbose AdjustableLandingGear.netkan". I did have to set the license type manually as ckan doesn't support a license version and at the moment it doesn't actually install as it's listed as only supporting 0.25 on kerbalstuff { "spec_version" : 1, "identifier" : "Adjustable Landing Gear", "$kref" : "#/ckan/kerbalstuff/321", "x_netkan_license_ok": true, "license" : "CC-BY-SA", "depends": [ { "name": "Firespitter Core" } ], "install": [ { "file" : "GameData/BahaSP", "install_to" : "GameData" } ] }