Change slug of independent stream to ise (Independent Submission
Editor) in accordance with the RFC - Legacy-Id: 3415
This commit is contained in:
parent
4f98560d2b
commit
a695aaff2f
|
@ -168,7 +168,7 @@ def get_stream_mapping():
|
|||
return {
|
||||
"Legacy": name(DocStreamName, "legacy", "Legacy"),
|
||||
"IETF": name(DocStreamName, "ietf", "IETF"),
|
||||
"INDEPENDENT": name(DocStreamName, "indie", "Independent Submission"),
|
||||
"INDEPENDENT": name(DocStreamName, "ise", "Independent Submission"),
|
||||
"IAB": name(DocStreamName, "iab", "IAB"),
|
||||
"IRTF": name(DocStreamName, "irtf", "IRTF"),
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue