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 <edhyjox@gmail.com>
This commit is contained in:
Bouke van der Bijl
2026-03-18 23:32:09 +01:00
committed by Sigmanificient
co-authored by Yohann Boniface
parent bdc04b6b10
commit b50f2be0d8
+3 -2
View File
@@ -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 ];