Commit b50f2be0 authored by Bouke van der Bijl's avatar Bouke van der Bijl Committed by Sigmanificient
Browse files

oxfmt: update description and homepage



This description is taken from the project website. I've also linked to
the website instead of the oxc monorepo.

Co-authored-by: default avatarYohann Boniface <edhyjox@gmail.com>
parent bdc04b6b
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 ];