From 05bfa11d71ff9b00a949101a5d4f2691bc83850e Mon Sep 17 00:00:00 2001 From: rubenwardy Date: Fri, 19 May 2023 20:00:56 +0100 Subject: [PATCH] Fix test data failing txp constraint --- app/default_data.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/default_data.py b/app/default_data.py index 96e6e578..3d0802de 100644 --- a/app/default_data.py +++ b/app/default_data.py @@ -361,7 +361,7 @@ Uses the CTF PvP Engine. mod.name = "pixelbox" mod.title = "PixelBOX Reloaded" mod.license = licenses["CC0"] - mod.media_license = licenses["MIT"] + mod.media_license = licenses["CC0"] mod.type = PackageType.TXP mod.author = admin_user mod.forums = 14132