Unverified Commit 85cd1ddd authored by Zexin Yuan's avatar Zexin Yuan
Browse files

taplo: add yzx9 to maintainers

parent 06561d20
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -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";
  };
})