1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2025-10-21 17:07:39 +00:00

Fix image links in Modrinth description

Modrinth proxies images hosted on non-trusted domains through wsrv.nl,
for understandable reasons. However, wsrv.nl blocks tweaked.cc - I'm not
sure why. Instead we reference the image on GH directly, which works!

Also:
 - Fix the modrinthSyncBody task pointing to a missing file.
 - Update the licenses of a few files, post getting permission from
   people. <3 all.
This commit is contained in:
Jonathan Coates
2023-05-24 22:32:46 +01:00
parent 2ae14b4c08
commit 9d16fda266
5 changed files with 11 additions and 11 deletions

View File

@@ -1,6 +1,6 @@
-- SPDX-FileCopyrightText: 2019 The CC: Tweaked Developers
--
-- SPDX-License-Identifier: LicenseRef-CCPL
-- SPDX-License-Identifier: MPL-2.0
describe("The window library", function()
local function mk()

View File

@@ -1,6 +1,6 @@
-- SPDX-FileCopyrightText: 2019 The CC: Tweaked Developers
--
-- SPDX-License-Identifier: LicenseRef-CCPL
-- SPDX-License-Identifier: MPL-2.0
local capture = require "test_helpers".capture_program