diff --git a/CustomShaderLoader/CustomShaderLoader-1.ckan b/CustomShaderLoader/CustomShaderLoader-1.ckan deleted file mode 100644 index a30d456e2c..0000000000 --- a/CustomShaderLoader/CustomShaderLoader-1.ckan +++ /dev/null @@ -1,21 +0,0 @@ -{ - "spec_version" : 1, - "name" : "Custom Shader Loader", - "abstract" : "You can load any custom pre-compiled shader into KSP", - "identifier" : "CustomShaderLoader", - "author" : "Tuareg", - "download" : "http://ckan1.spacedock.info/storage/Tuareg77_5466/Custom_Shader_Loader/Custom_Shader_Loader-1.0.zip", - "license" : "CC-BY-NC-SA-4.0", - "version" : "1.0", - "release_status" : "stable", - "ksp_version" : "0.90", - "resources" : { - "homepage" : "http://forum.kerbalspaceprogram.com/threads/109269" - }, - "install" : [ - { - "file" : "shader1.dll", - "install_to" : "GameData" - } - ] -}