aboutsummaryrefslogtreecommitdiffhomepage
path: root/summerofcode
diff options
context:
space:
mode:
authorGravatar kpayson64 <kpayson@google.com>2018-02-26 11:37:33 -0800
committerGravatar kpayson64 <kpayson@google.com>2018-02-26 11:37:33 -0800
commit544a8f4b99a3fc4018454350a569341d8b109f0c (patch)
treee0d1884681da2159d9e858dcaf6663d82fb508fa /summerofcode
parent5699cfcd4537df3a4358034fcfefed1ccc5a66a2 (diff)
Remove kpayson64 & mehrdada from mentors
Diffstat (limited to 'summerofcode')
-rw-r--r--summerofcode/ideas.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/summerofcode/ideas.md b/summerofcode/ideas.md
index d89bc372cc..de59be82c2 100644
--- a/summerofcode/ideas.md
+++ b/summerofcode/ideas.md
@@ -29,8 +29,8 @@ gRPC Python:
1. Support static type-checking of both gRPC Python itself and of code that uses gRPC Python. No one likes dynamic typing and Python is finally outgrowing it! There are probably errors in the implementation of gRPC Python that [pytype](https://github.com/google/pytype) or [mypy](http://mypy-lang.org/) could detect. There are certainly errors in other code that uses gRPC Python that they could detect.
* **Required skills:** Python programming language, open source development across multiple repositories and projects.
- * **Likely mentors:** [Nathaniel Manista](https://github.com/nathanielmanistaatgoogle), [Kailash Sethuraman](https://github.com/hsaliak), [Ken Payson](https://github.com/kpayson64), [Mehrdad Afshari](https://github.com/mehrdada).
+ * **Likely mentors:** [Nathaniel Manista](https://github.com/nathanielmanistaatgoogle), [Kailash Sethuraman](https://github.com/hsaliak).
1. [Enable building of gRPC Python with Bazel](https://github.com/grpc/grpc/issues/8079). Bazel is the designated replacement for our constellation of crufty build scripts, but it's still under active development itself. Up for a challenge? gRPC Python could easily be the most complex codebase to be built with Bazel.
* **Required skills:** Python programming language, Bazel toolchain, Cython, open source development across multiple repositories and projects.
- * **Likely mentors:** [Nathaniel Manista](https://github.com/nathanielmanistaatgoogle), [Ken Payson](https://github.com/kpayson64), [Mehrdad Afshari](https://github.com/mehrdada).
+ * **Likely mentors:** [Nathaniel Manista](https://github.com/nathanielmanistaatgoogle).