From f003fc38615204dd48e67e3e27eb911675de4dbe Mon Sep 17 00:00:00 2001 From: Moraxyc Date: Fri, 31 Oct 2025 12:28:33 +0800 Subject: [PATCH] terracotta: clarify license --- pkgs/by-name/te/terracotta/package.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/by-name/te/terracotta/package.nix b/pkgs/by-name/te/terracotta/package.nix index bd127bf16d98..367a85ccbb92 100644 --- a/pkgs/by-name/te/terracotta/package.nix +++ b/pkgs/by-name/te/terracotta/package.nix @@ -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"; };