diff options
| author | Pietro Albini <pietro@pietroalbini.org> | 2019-09-09 16:03:57 +0200 |
|---|---|---|
| committer | Pietro Albini <pietro@pietroalbini.org> | 2019-09-16 16:31:52 +0200 |
| commit | ce451b9b269207feb565f566cdbd34d7ec369b4b (patch) | |
| tree | 46d328132925558e2644caa90073a50d7b63b4f7 /src/tools/publish_toolstate.py | |
| parent | f2576c821d2e15b23dcea8af9b3ed08cf4a5795f (diff) | |
| download | rust-ce451b9b269207feb565f566cdbd34d7ec369b4b.tar.gz rust-ce451b9b269207feb565f566cdbd34d7ec369b4b.zip | |
ci: remove projektir from toolstate notifications
They don't contribute to rust-by-example anymore.
Diffstat (limited to 'src/tools/publish_toolstate.py')
| -rwxr-xr-x | src/tools/publish_toolstate.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/publish_toolstate.py b/src/tools/publish_toolstate.py index 217f8a7f6f4..4060b90d952 100755 --- a/src/tools/publish_toolstate.py +++ b/src/tools/publish_toolstate.py @@ -35,7 +35,7 @@ MAINTAINERS = { 'book': {'carols10cents', 'steveklabnik'}, 'nomicon': {'frewsxcv', 'Gankra'}, 'reference': {'steveklabnik', 'Havvy', 'matthewjasper', 'ehuss'}, - 'rust-by-example': {'steveklabnik', 'marioidival', 'projektir'}, + 'rust-by-example': {'steveklabnik', 'marioidival'}, 'embedded-book': { 'adamgreig', 'andre-richter', 'jamesmunns', 'korken89', 'ryankurte', 'thejpster', 'therealprof', |
