From b5e9576aaa3282e66424d5d905e72e4a77933df6 Mon Sep 17 00:00:00 2001 From: 2767mr <2767mr@gmx.at> Date: Fri, 24 Apr 2020 19:39:44 +0200 Subject: [PATCH] Fixed typo in license --- build/src/db.ts | 4 ++-- mods.json | 14 +++++++------- 2 files changed, 9 insertions(+), 9 deletions(-) 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 51224444..8292e2dd 100644 --- a/mods.json +++ b/mods.json @@ -178,7 +178,7 @@ "Localize Me": { "name": "Localize Me", "description": "Add support for more locales, languages and translations", - "licence": "MIT", + "license": "MIT", "page": [ { "name": "GitHub", @@ -239,7 +239,7 @@ "Restart Button": { "name": "Restart Button", "description": "Adds a button to restart the game without memory leaks", - "licence": "MIT", + "license": "MIT", "page": [ { "name": "GitHub", @@ -290,7 +290,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", @@ -306,7 +306,7 @@ "enhanced-ui": { "name": "Enhanced UI", "description": "Various GUI enchancments and fixes", - "licence": "MIT", + "license": "MIT", "page": [ { "name": "GitHub", @@ -357,7 +357,7 @@ "jetpack": { "name": "jetpack", "description": "Turns your CTRL key into a jetpack.", - "licence": "MIT", + "license": "MIT", "page": [ { "name": "GitHub", @@ -423,7 +423,7 @@ "slowmotion": { "name": "slowmotion", "description": "Turns your C key into a slowmotion controller.", - "licence": "MIT", + "license": "MIT", "page": [ { "name": "GitHub", @@ -469,7 +469,7 @@ "timewalker": { "name": "timewalker", "description": "Lets you control time.", - "licence": "MIT", + "license": "MIT", "page": [ { "name": "GitHub",