Change slug of independent stream to ise (Independent Submission

Editor) in accordance with the RFC
 - Legacy-Id: 3415
This commit is contained in:
Ole Laursen 2011-09-05 17:13:15 +00:00
parent 4f98560d2b
commit a695aaff2f

View file

@ -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"),
}