diff --git a/ContractConfigurator/ContractConfigurator-0.4.0.ckan b/ContractConfigurator/ContractConfigurator-0.4.0.ckan
index da6b026d9a..68699c35be 100644
--- a/ContractConfigurator/ContractConfigurator-0.4.0.ckan
+++ b/ContractConfigurator/ContractConfigurator-0.4.0.ckan
@@ -1,31 +1,36 @@
 {
-  "spec_version": 1,
-  "identifier": "ContractConfigurator",
-  "name": "Contract Configurator",
-  "abstract": "A config-file based solution for creating new contracts!",
-  "license": "CC-BY-NC-SA-4.0",
-  "release_status": "stable",
-  "author": "nightingale",
-  "description": "A config-file based solution for creating new contracts!",
-  "suggests": [
-    {
-      "name": "CoherentContracts"
+    "spec_version": 1,
+    "identifier": "ContractConfigurator",
+    "name": "Contract Configurator",
+    "abstract": "A config-file based solution for creating new contracts!",
+    "description": "A config-file based solution for creating new contracts!",
+    "author": "nightingale",
+    "license": "CC-BY-NC-SA-4.0",
+    "release_status": "stable",
+    "resources": {
+        "homepage": "http://forum.kerbalspaceprogram.com/threads/101604",
+        "repository": "https://github.com/jrossignol/ContractConfigurator",
+        "bugtracker": "https://github.com/jrossignol/ContractConfigurator/issues",
+        "license": "https://raw.githubusercontent.com/jrossignol/ContractConfigurator/master/LICENSE.txt",
+        "manual": "https://github.com/jrossignol/ContractConfigurator/wiki"
     },
-    {
-      "name": "ContractsWindowPlus"
-    }
-  ],
-  "resources": {
-    "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",
-    "repository": "https://github.com/jrossignol/ContractConfigurator"
-  },
-  "version": "0.4.0",
-  "download": "https://github.com/jrossignol/ContractConfigurator/releases/download/0.4.0/ContractConfigurator_0.4.0.zip",
-  "x_generated_by": "netkan",
-  "download_size": 58113,
-  "ksp_version_min": "0.90.0",
-  "ksp_version_max": "0.90.0"
-}
\ No newline at end of file
+    "version": "0.4.0",
+    "ksp_version_min": "0.90.0",
+    "ksp_version_max": "0.90.0",
+    "suggests": [
+        {
+            "name": "CoherentContracts"
+        },
+        {
+            "name": "ContractsWindowPlus"
+        }
+    ],
+    "download": "https://github.com/jrossignol/ContractConfigurator/releases/download/0.4.0/ContractConfigurator_0.4.0.zip",
+    "download_size": 58113,
+    "download_hash": {
+        "sha1": "DC70EC40689BECBBF7BDF2B99FF18AF7DB4897EE",
+        "sha256": "1B3118F6DB9EE40831CC3408D66878A34D62D8BE7B22A0023AEE0E00E16A2C5C"
+    },
+    "download_content_type": "application/zip",
+    "x_generated_by": "netkan"
+}