Unverified Commit f1871bae authored by Ethan Carter Edwards's avatar Ethan Carter Edwards
Browse files

opencode-desktop: remove meta = with lib;

parent a2e055ea
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -79,11 +79,11 @@ rustPlatform.buildRustPackage (finalAttrs: {
    cp ${opencode}/bin/opencode packages/desktop/src-tauri/sidecars/opencode-cli-${stdenv.hostPlatform.rust.rustcTarget}
  '';

  meta = with lib; {
  meta = {
    description = "AI coding agent desktop client";
    homepage = "https://opencode.ai";
    license = licenses.mit;
    maintainers = with maintainers; [
    license = lib.licenses.mit;
    maintainers = with lib.maintainers; [
      xiaoxiangmoe
    ];
    mainProgram = "OpenCode";