Unverified Commit a2f760ba authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

oxfmt: update description and homepage (#500735)

parents 672cdb17 b50f2be0
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -94,8 +94,9 @@ stdenv.mkDerivation (finalAttrs: {
  };

  meta = {
    description = "JavaScript formatter with Prettier integration";
    homepage = "https://github.com/oxc-project/oxc";
    description = "High-performance formatter for the JavaScript ecosystem";
    homepage = "https://oxc.rs/docs/guide/usage/formatter";
    downloadPage = "https://github.com/oxc-project/oxc";
    changelog = "https://github.com/oxc-project/oxc/blob/${finalAttrs.src.tag}/apps/oxfmt/CHANGELOG.md";
    license = lib.licenses.mit;
    maintainers = with lib.maintainers; [ natsukium ];