tml: adopt

See https://github.com/NixOS/nixpkgs/issues/458096.

Signed-off-by: Leonard Sheng Sheng Lee <leonard.sheng.sheng.lee@gmail.com>
This commit is contained in:
Leonard Sheng Sheng Lee
2026-07-19 20:14:48 +02:00
parent cbf17f2c3c
commit 83d207ac9f
+3 -1
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
];
};
})