tabby-agent: adopt

This commit is contained in:
SkohTV 2026-06-12 10:16:55 -04:00
commit d9f2553da8

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