tabby-agent: adopt

(cherry picked from commit d9f2553da8)
This commit is contained in:
SkohTV
2026-06-12 10:16:55 -04:00
committed by github-actions[bot]
parent 44f533e1c9
commit c1d849f2ba

View File

@@ -69,6 +69,6 @@ stdenv.mkDerivation (finalAttrs: {
description = "Language server used to communicate with Tabby server";
mainProgram = "tabby-agent";
license = lib.licenses.asl20;
maintainers = [ ];
maintainers = [ lib.maintainers.skohtv ];
};
})