From b50f2be0d813c8223fcdbaa0675e0ed81b6813cb Mon Sep 17 00:00:00 2001 From: Bouke van der Bijl Date: Tue, 17 Mar 2026 15:24:49 +0100 Subject: [PATCH] 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: Yohann Boniface --- pkgs/by-name/ox/oxfmt/package.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pkgs/by-name/ox/oxfmt/package.nix b/pkgs/by-name/ox/oxfmt/package.nix index ac3a4efa04b8..fdbacb66033c 100644 --- a/pkgs/by-name/ox/oxfmt/package.nix +++ b/pkgs/by-name/ox/oxfmt/package.nix @@ -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 ];