oxfmt: update description and homepage (#500735)

This commit is contained in:
Yohann Boniface
2026-03-18 22:37:17 +00:00
committed by GitHub
+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 ];