Fill in missing author properties for failing ckans (#2109)

This commit is contained in:
DasSkelett 2020-07-12 18:46:04 +02:00 committed by GitHub
parent b3937ae9ae
commit ba8eb1ffbb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 57 additions and 51 deletions

View File

@ -1,21 +1,22 @@
{
"spec_version" : 1,
"name" : "Real Solar System Textures - 2048 x 1024",
"identifier" : "RSSTextures2048",
"name" : "Real Solar System Textures - 2048 x 1024",
"abstract" : "Textures for Real Solar Systems",
"author" : "NathanKell",
"license" : "CC-BY-NC-SA",
"release_status" : "stable",
"version" : "1.0",
"ksp_version_max": "0.90",
"provides" : [ "RSSTextures" ],
"conflicts" : [
{ "name" : "RSSTextures4096" },
{ "name" : "RSSTextures8192" }
],
"abstract" : "Textures for Real Solar Systems",
"download" : "https://ksp.sarbian.com/nathankell/RealSolarSystem/Textures//2048.zip",
"license" : "CC-BY-NC-SA",
"version" : "1.0",
"ksp_version_max" : "0.90",
"release_status" : "stable",
"depends" : [
{ "name" : "RealSolarSystem" }
],
"download" : "https://ksp.sarbian.com/nathankell/RealSolarSystem/Textures//2048.zip",
"install" : [
{
"file" : "RealSolarSystem",

View File

@ -1,21 +1,22 @@
{
"spec_version" : 1,
"name" : "Real Solar System Textures - 4096 x 2048",
"identifier" : "RSSTextures4096",
"name" : "Real Solar System Textures - 4096 x 2048",
"abstract" : "Textures for Real Solar Systems",
"author" : "NathanKell",
"license" : "CC-BY-NC-SA",
"release_status" : "stable",
"version" : "1.0",
"ksp_version_max": "0.90",
"provides" : [ "RSSTextures" ],
"conflicts" : [
{ "name" : "RSSTextures2048" },
{ "name" : "RSSTextures8192" }
],
"abstract" : "Textures for Real Solar Systems",
"download" : "https://ksp.sarbian.com/nathankell/RealSolarSystem/Textures//4096.zip",
"license" : "CC-BY-NC-SA",
"version" : "1.0",
"ksp_version_max" : "0.90",
"release_status" : "stable",
"depends" : [
{ "name" : "RealSolarSystem" }
],
"download" : "https://ksp.sarbian.com/nathankell/RealSolarSystem/Textures//4096.zip",
"install" : [
{
"file" : "RealSolarSystem",

View File

@ -1,21 +1,22 @@
{
"spec_version" : 1,
"name" : "Real Solar System Textures - 8192 x 4096",
"identifier" : "RSSTextures8192",
"name" : "Real Solar System Textures - 8192 x 4096",
"abstract" : "Textures for Real Solar Systems",
"author" : "NathanKell",
"license" : "CC-BY-NC-SA",
"release_status" : "stable",
"version" : "1.0",
"ksp_version_max": "0.90",
"provides" : [ "RSSTextures" ],
"conflicts" : [
{ "name" : "RSSTextures2048" },
{ "name" : "RSSTextures4096" }
],
"abstract" : "Textures for Real Solar Systems",
"download" : "https://ksp.sarbian.com/nathankell/RealSolarSystem/Textures//8192.zip",
"license" : "CC-BY-NC-SA",
"version" : "1.0",
"ksp_version_max" : "0.90",
"release_status" : "stable",
"depends" : [
{ "name" : "RealSolarSystem" }
],
"download" : "https://ksp.sarbian.com/nathankell/RealSolarSystem/Textures//8192.zip",
"install" : [
{
"file" : "RealSolarSystem",

View File

@ -1,25 +1,26 @@
{
"spec_version" : 1,
"name" : "Real Solar System Textures DDS - 2048 x 1024",
"identifier" : "RSSTexturesDDS2048",
"name" : "Real Solar System Textures DDS - 2048 x 1024",
"abstract" : "Textures for Real Solar Systems",
"author" : "NathanKell",
"license" : "CC-BY-NC-SA",
"release_status" : "stable",
"version" : "1.0",
"ksp_version_max": "0.90",
"resources": {
"homepage": "https://ksp.sarbian.com/nathankell/RealSolarSystem/Textures/"
},
"provides" : [ "RSSTextures" ],
"conflicts" : [
{ "name" : "RSSTexturesDDS4096" },
{ "name" : "RSSTexturesDDS8192" }
],
"abstract" : "Textures for Real Solar Systems",
"download" : "https://ksp.sarbian.com/nathankell/RealSolarSystem/Textures//RSSTextures2048DDS.zip",
"license" : "CC-BY-NC-SA",
"version" : "1.0",
"ksp_version_max" : "0.90",
"release_status" : "stable",
"resources": {
"homepage": "https://ksp.sarbian.com/nathankell/RealSolarSystem/Textures/"
},
"depends" : [
{ "name" : "RealSolarSystem", "min_version" : "v8.3" },
{ "name" : "DDSLoader" }
],
"download" : "https://ksp.sarbian.com/nathankell/RealSolarSystem/Textures//RSSTextures2048DDS.zip",
"install" : [
{
"file" : "GameData/RSSTextures",

View File

@ -1,25 +1,26 @@
{
"spec_version" : 1,
"name" : "Real Solar System Textures DDS - 4096 x 2048",
"identifier" : "RSSTexturesDDS4096",
"name" : "Real Solar System Textures DDS - 4096 x 2048",
"abstract" : "Textures for Real Solar Systems",
"author" : "NathanKell",
"license" : "CC-BY-NC-SA",
"release_status" : "stable",
"version" : "1.0",
"ksp_version_max": "0.90",
"resources": {
"homepage": "https://ksp.sarbian.com/nathankell/RealSolarSystem/Textures/"
},
"provides" : [ "RSSTextures" ],
"conflicts" : [
{ "name" : "RSSTexturesDDS2048" },
{ "name" : "RSSTexturesDDS8192" }
],
"abstract" : "Textures for Real Solar Systems",
"download" : "https://ksp.sarbian.com/nathankell/RealSolarSystem/Textures//RSSTextures4096DDS.zip",
"license" : "CC-BY-NC-SA",
"version" : "1.0",
"ksp_version_max" : "0.90",
"release_status" : "stable",
"resources": {
"homepage": "https://ksp.sarbian.com/nathankell/RealSolarSystem/Textures/"
},
"depends" : [
{ "name" : "RealSolarSystem", "min_version" : "v8.3" },
{ "name" : "DDSLoader" }
],
"download" : "https://ksp.sarbian.com/nathankell/RealSolarSystem/Textures//RSSTextures4096DDS.zip",
"install" : [
{
"file" : "GameData/RSSTextures",

View File

@ -1,25 +1,26 @@
{
"spec_version" : 1,
"name" : "Real Solar System Textures DDS - 8192 x 4096",
"identifier" : "RSSTexturesDDS8192",
"name" : "Real Solar System Textures DDS - 8192 x 4096",
"abstract" : "Textures for Real Solar Systems",
"author" : "NathanKell",
"license" : "CC-BY-NC-SA",
"release_status" : "stable",
"version" : "1.0",
"ksp_version_max": "0.90",
"resources": {
"homepage": "https://ksp.sarbian.com/nathankell/RealSolarSystem/Textures/"
},
"provides" : [ "RSSTextures" ],
"conflicts" : [
{ "name" : "RSSTexturesDDS2048" },
{ "name" : "RSSTexturesDDS4096" }
],
"abstract" : "Textures for Real Solar Systems",
"download" : "https://ksp.sarbian.com/nathankell/RealSolarSystem/Textures//RSSTextures8192DDS.zip",
"license" : "CC-BY-NC-SA",
"version" : "1.0",
"ksp_version_max" : "0.90",
"release_status" : "stable",
"resources": {
"homepage": "https://ksp.sarbian.com/nathankell/RealSolarSystem/Textures/"
},
"depends" : [
{ "name" : "RealSolarSystem", "min_version" : "v8.3" },
{ "name" : "DDSLoader" }
],
"download" : "https://ksp.sarbian.com/nathankell/RealSolarSystem/Textures//RSSTextures8192DDS.zip",
"install" : [
{
"file" : "GameData/RSSTextures",