The current implementation of RNTuple writing sets the RNTupleHeader's Writer field to the same string as ROOT (currently "ROOT v6.35.001").
This goes against the purpose of the Writer field, as it is supposed to uniquely identify the program that generated a specific RNTuple (see the Binary Format Specification). Ideally, one should be able, given any RNTuple in the wild, to have an indication of how it was generated, which greatly helps e.g. with bug reporting and such.
Therefore UnROOT.jl should write its own string identifier in the Header envelope (e.g. "UnROOT ") to generate properly identifiable RNTuples.