diff --git a/build/src/db.ts b/build/src/db.ts index a8c5356f..17bf0dfa 100644 --- a/build/src/db.ts +++ b/build/src/db.ts @@ -7,7 +7,7 @@ interface ModDb { [name: string]: { name: string, description: string, - licence: string, + license: string, page: Page[], archive_link: string, hash: { @@ -63,7 +63,7 @@ export async function writeMods(db: PackageDB): Promise { mods[name] = { name: pkg.metadata.ccmodHumanName || name, description: pkg.metadata.description || 'A mod. (Description not available; contact mod author and have them add a description to their package.json file)', - licence: pkg.metadata.license!, + license: pkg.metadata.license!, page: getHomepage(pkg.metadata.homepage), archive_link: install.url, hash: install.hash, diff --git a/mods.json b/mods.json index 172362b3..1f1b0206 100644 --- a/mods.json +++ b/mods.json @@ -183,7 +183,7 @@ "Localize Me": { "name": "Localize Me", "description": "Add support for more locales, languages and translations", - "licence": "MIT", + "license": "MIT", "page": [ { "name": "GitHub", @@ -244,7 +244,7 @@ "Restart Button": { "name": "Restart Button", "description": "Adds a button to restart the game without memory leaks", - "licence": "MIT", + "license": "MIT", "page": [ { "name": "GitHub", @@ -295,7 +295,7 @@ "crosscode-ru": { "name": "crosscode-ru", "description": "Russian translation for CrossCode", - "licence": "(MIT AND CC-BY-4.0)", + "license": "(MIT AND CC-BY-4.0)", "page": [ { "name": "GitHub", @@ -311,7 +311,7 @@ "enhanced-ui": { "name": "Enhanced UI", "description": "Various GUI enchancments and fixes", - "licence": "MIT", + "license": "MIT", "page": [ { "name": "GitHub", @@ -362,7 +362,7 @@ "jetpack": { "name": "jetpack", "description": "Turns your CTRL key into a jetpack.", - "licence": "MIT", + "license": "MIT", "page": [ { "name": "GitHub", @@ -428,7 +428,7 @@ "slowmotion": { "name": "slowmotion", "description": "Turns your C key into a slowmotion controller.", - "licence": "MIT", + "license": "MIT", "page": [ { "name": "GitHub", @@ -474,7 +474,7 @@ "timewalker": { "name": "timewalker", "description": "Lets you control time.", - "licence": "MIT", + "license": "MIT", "page": [ { "name": "GitHub",