From a01ef94b53e78415797f13b2b64ef5722c68c1da Mon Sep 17 00:00:00 2001 From: Moraxyc Date: Fri, 31 Oct 2025 12:27:42 +0800 Subject: [PATCH] terracotta: add changelog --- pkgs/by-name/te/terracotta/package.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/by-name/te/terracotta/package.nix b/pkgs/by-name/te/terracotta/package.nix index 4fc74ee015e3..bd127bf16d98 100644 --- a/pkgs/by-name/te/terracotta/package.nix +++ b/pkgs/by-name/te/terracotta/package.nix @@ -92,6 +92,7 @@ rustPlatform.buildRustPackage (finalAttrs: { meta = { 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; maintainers = with lib.maintainers; [ moraxyc ]; mainProgram = "terracotta";