From ae234ec3aba380cbf62f744ca506cfc898c0290e Mon Sep 17 00:00:00 2001 From: Jeremie Rossignol Date: Sat, 20 Dec 2014 23:16:29 -0700 Subject: [PATCH] Fixed the download link that I borked on the GitHub release. --- ContractConfigurator-0.3.4.ckan | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ContractConfigurator-0.3.4.ckan b/ContractConfigurator-0.3.4.ckan index 9aec920ea9..f9eabf8b96 100644 --- a/ContractConfigurator-0.3.4.ckan +++ b/ContractConfigurator-0.3.4.ckan @@ -23,9 +23,9 @@ "repository": "https://github.com/jrossignol/ContractConfigurator" }, "version": "0.3.4", - "download": "https://github.com/jrossignol/ContractConfigurator/releases/download/0.3.4/GameData.zip", + "download": "https://github.com/jrossignol/ContractConfigurator/releases/download/0.3.4/ContractConfigurator_0.3.4.zip", "x_generated_by": "netkan", "download_size": 42070, "ksp_version_min": "0.90.0", "ksp_version_max": "0.90.0" -} \ No newline at end of file +}