From 319e671fc26657936578807e89521983fc609172 Mon Sep 17 00:00:00 2001 From: Jordan Irwin Date: Sun, 1 Aug 2021 23:13:37 -0700 Subject: [PATCH] Fix media_license in .cdb.json --- .cdb.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cdb.json b/.cdb.json index 1643f48..41b45b9 100644 --- a/.cdb.json +++ b/.cdb.json @@ -3,7 +3,7 @@ "title": "Cleaner", "short_description": "Remove/Replace unknown entities, nodes, & items.", "license": "MIT", - "media_license": "CC0", + "media_license": "CC0-1.0", "tags": ["world_tools"], "repo": "https://github.com/AntumMT/mod-cleaner", "issue_tracker": "https://github.com/AntumMT/mod-cleaner/issues",