Fix oopsed metadata key in RealFuels.
I like `authors` more than `author`, so I'm thinking of changing the spec.
This commit is contained in:
parent
10c29ca480
commit
c0f505dc5c
|
@ -5,7 +5,7 @@
|
|||
"identifier" : "RealFuels",
|
||||
"download" : "https://github.com/NathanKell/ModularFuelSystem/releases/download/rf-v7.4/RealFuels_v7.4.zip",
|
||||
"license" : "CC-BY-SA",
|
||||
"authors" : [ "ialdabaoth", "NathanKell" ],
|
||||
"author" : [ "ialdabaoth", "NathanKell" ],
|
||||
"version" : "7.4",
|
||||
"release_status" : "stable",
|
||||
"min_ksp" : "0.24.2",
|
||||
|
|
Loading…
Reference in New Issue