Skip to content

Commit 17e00db

Browse files
committed
Change export "contributor" name.
1 parent a0cfaae commit 17e00db

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/build_artifacts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ def export_page_xml(page: dict, timestamp: str, revision_id: int) -> str:
306306
f" <revision>\n"
307307
f" <id>{revision_id}</id>\n"
308308
f" <timestamp>{timestamp}</timestamp>\n"
309-
" <contributor><username>GitHub Build</username></contributor>\n"
309+
" <contributor><username>Inline DateTime Gadget export</username></contributor>\n"
310310
' <comment>Generated export artifact</comment>\n'
311311
f" <text xml:space=\"preserve\">{escape(text)}</text>\n"
312312
" </revision>\n"

0 commit comments

Comments
 (0)