tabby-agent: remove khaneliman maintainer

Don't use package
This commit is contained in:
Austin Horstman
2025-05-04 14:21:01 -05:00
parent 4997b19d39
commit 4582f0abfb
+1 -1
View File
@@ -64,6 +64,6 @@ stdenv.mkDerivation (finalAttrs: {
description = "Language server used to communicate with Tabby server";
mainProgram = "tabby-agent";
license = lib.licenses.asl20;
maintainers = [ lib.maintainers.khaneliman ];
maintainers = [ ];
};
})