Skip to content

Commit a695aaf

Browse files
committed
Change slug of independent stream to ise (Independent Submission
Editor) in accordance with the RFC - Legacy-Id: 3415
1 parent 4f98560 commit a695aaf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/idrfc/mirror_rfc_index.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ def get_stream_mapping():
168168
return {
169169
"Legacy": name(DocStreamName, "legacy", "Legacy"),
170170
"IETF": name(DocStreamName, "ietf", "IETF"),
171-
"INDEPENDENT": name(DocStreamName, "indie", "Independent Submission"),
171+
"INDEPENDENT": name(DocStreamName, "ise", "Independent Submission"),
172172
"IAB": name(DocStreamName, "iab", "IAB"),
173173
"IRTF": name(DocStreamName, "irtf", "IRTF"),
174174
}

0 commit comments

Comments
 (0)