Unverified Commit 4582f0ab authored by Austin Horstman's avatar Austin Horstman
Browse files

tabby-agent: remove khaneliman maintainer

Don't use package
parent 4997b19d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 = [ ];
  };
})