X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=src%2Ftools%2Fpublish_toolstate.py;h=c0cef8f7b0a0103f30622215ffb7341dee25b389;hb=0965a337794738a7af188be480e17601933494f8;hp=1c57b731aaa3f82b9af2534d6c5254d078c8bd4d;hpb=91f128baf7704a477ab7c499143a160fb069b3ad;p=rust.git diff --git a/src/tools/publish_toolstate.py b/src/tools/publish_toolstate.py index 1c57b731aaa..c0cef8f7b0a 100755 --- a/src/tools/publish_toolstate.py +++ b/src/tools/publish_toolstate.py @@ -31,7 +31,6 @@ except ImportError: # read privileges on it). CI will fail otherwise. MAINTAINERS = { 'miri': {'oli-obk', 'RalfJung'}, - 'rls': {'Xanewok'}, 'book': {'carols10cents'}, 'nomicon': {'frewsxcv', 'Gankra', 'JohnTitor'}, 'reference': {'Havvy', 'matthewjasper', 'ehuss'}, @@ -43,7 +42,6 @@ MAINTAINERS = { LABELS = { 'miri': ['A-miri', 'C-bug'], - 'rls': ['A-rls', 'C-bug'], 'book': ['C-bug'], 'nomicon': ['C-bug'], 'reference': ['C-bug'], @@ -55,7 +53,6 @@ LABELS = { REPOS = { 'miri': 'https://github.com/rust-lang/miri', - 'rls': 'https://github.com/rust-lang/rls', 'book': 'https://github.com/rust-lang/book', 'nomicon': 'https://github.com/rust-lang/nomicon', 'reference': 'https://github.com/rust-lang/reference',