terracotta: clarify license

This commit is contained in:
Moraxyc
2025-10-31 12:28:33 +08:00
parent a01ef94b53
commit f003fc3861
+1 -1
View File
@@ -93,7 +93,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
description = "Terracotta provides out-of-the-box multiplayer support for Minecraft";
homepage = "https://github.com/burningtnt/Terracotta";
changelog = "https://github.com/burningtnt/Terracotta/releases/tag/${finalAttrs.src.tag}";
license = lib.licenses.agpl3Only;
license = lib.licenses.agpl3Plus;
maintainers = with lib.maintainers; [ moraxyc ];
mainProgram = "terracotta";
};