tabby-agent: adopt

This commit is contained in:
SkohTV
2026-06-12 10:49:27 -04:00
parent 8f546578b4
commit d9f2553da8
+1 -1
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 ];
};
})