[Backport release-26.05] tml: adopt (#543596)

This commit is contained in:
Michael Daniels
2026-07-19 19:30:36 +00:00
committed by GitHub

View File

@@ -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
];
};
})