From 5583eb2649d8475c4cc04706e3a59524490790ec Mon Sep 17 00:00:00 2001 From: Leonard Sheng Sheng Lee Date: Sun, 19 Jul 2026 20:14:48 +0200 Subject: [PATCH] tml: adopt See https://github.com/NixOS/nixpkgs/issues/458096. Signed-off-by: Leonard Sheng Sheng Lee (cherry picked from commit 83d207ac9fceb26f2a3e2aea050537a10cfada4f) --- pkgs/by-name/tm/tml/package.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pkgs/by-name/tm/tml/package.nix b/pkgs/by-name/tm/tml/package.nix index 41700c789543..72aa80545ccc 100644 --- a/pkgs/by-name/tm/tml/package.nix +++ b/pkgs/by-name/tm/tml/package.nix @@ -28,6 +28,8 @@ buildGoModule (finalAttrs: { homepage = "https://github.com/liamg/tml"; changelog = "https://github.com/liamg/tml/releases/tag/v${finalAttrs.version}"; license = lib.licenses.unlicense; - maintainers = [ ]; + maintainers = with lib.maintainers; [ + sheeeng + ]; }; })