taplo: add yzx9 to maintainers

This commit is contained in:
Zexin Yuan
2025-11-05 09:51:41 +08:00
parent 06561d2007
commit 85cd1ddde3
+4 -1
View File
@@ -57,7 +57,10 @@ rustPlatform.buildRustPackage (finalAttrs: {
description = "TOML toolkit written in Rust";
homepage = "https://taplo.tamasfe.dev";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ defelo ];
maintainers = with lib.maintainers; [
defelo
yzx9
];
mainProgram = "taplo";
};
})